#B81C36

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

Shades of Cardinal #B81C36

Tints of Cardinal #B81C36

Color information

#B81C36 (or 0xB81C36) is unknown color: approx Cardinal. HEX triplet: B8, 1C and 36. RGB value is (184,28,54). Sum of RGB (Red+Green+Blue) = 184+28+54=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C36 is #47E3C9. Grayscale: #4D4D4D. Windows color (decimal): -4711370 or 3546296. OLE color: 3546296.

HSL color Cylindrical-coordinate representation of color #B81C36: hue angle of 350º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C36 is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB1842854-
CMYK00.850.710.28
HSL350º73.58%41.57%-
HSV(B)350º84.78%72.16%-
XYZ20.8511.294.57-
YUV77.61114.68203.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 69.17%
GREEN value IS 28 (11.33% from 255) = 10.53%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=69.17%
G=10.53%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184285400.850.710.2835073.5841.57
HexB81C36055471C15e4a2a
Octal270346601251073453611252
Binary1011100011100110110010101011000111111001010111101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81C36; }

 p { color: rgb(184,28,54); }

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

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

 a { background-color: rgb(184,28,54); }

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

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

 span { border-color: rgb(184,28,54); }

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