#b61f45

Color #B61F45 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B61F45

Tints of Cardinal #B61F45

Color information

#B61F45 (or 0xB61F45) is unknown color: approx Cardinal. HEX triplet: B6, 1F and 45. RGB value is (182,31,69). Sum of RGB (Red+Green+Blue) = 182+31+69=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F45 is #49E0BA. Grayscale: #505050. Windows color (decimal): -4841659 or 4530102. OLE color: 4530102.

HSL color Cylindrical-coordinate representation of color #B61F45: hue angle of 344.9º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61F45 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1823169-
CMYK00.830.620.29
HSL344.9º70.89%41.76%-
HSV(B)344.9º82.97%71.37%-
XYZ20.8611.356.72-
YUV80.48121.53200.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 31 (12.5% from 255) = 10.99%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=64.54%
G=10.99%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182316900.830.620.29344.970.8941.76
HexB61F450533E1D159472a
Octal266371050123763553110752
Binary1011011011111100010101010011111110111011010110011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61f45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61f45; }

 p { color: rgb(182,31,69); }

 H1.HeaderClassName
 {
   color: #b61f45;
 }
 .AnyTagClassName
 {
   color: #b61f45;
 }
</style>
background-color css

<style>
 a { background-color: #b61f45; }

 a { background-color: rgb(182,31,69); }

 div.DivClassName
 {
   background-color: #b61f45;
 }
 .BgClassName
 {
   background-color: #b61f45;
 }
</style>
border-color css

<style>
 span { border-color: #b61f45; }

 span { border-color: rgb(182,31,69); }

 td.TdClassName
 {
   border-color: #b61f45;
 }
 .TagClassName
 {
   border-color: #b61f45;
 }
</style>