#B61934

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

Shades of Cardinal #B61934

Tints of Cardinal #B61934

Color information

#B61934 (or 0xB61934) is unknown color: approx Cardinal. HEX triplet: B6, 19 and 34. RGB value is (182,25,52). Sum of RGB (Red+Green+Blue) = 182+25+52=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B61934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61934 is #49E6CB. Grayscale: #4B4B4B. Windows color (decimal): -4843212 or 3414454. OLE color: 3414454.

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

Color convert

RGB1822552-
CMYK00.860.710.29
HSL349.68º75.85%40.59%-
HSV(B)349.68º86.26%71.37%-
XYZ20.2610.894.28-
YUV75.02115.01204.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 70.27%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=70.27%
G=9.65%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182255200.860.710.29349.6875.8540.59
HexB61934056471D15e4c29
Octal266316401261073553611451
Binary1011011011001110100010101101000111111011010111101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61934; }

 p { color: rgb(182,25,52); }

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

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

 a { background-color: rgb(182,25,52); }

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

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

 span { border-color: rgb(182,25,52); }

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