#B81C2B

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

Shades of Cardinal #B81C2B

Tints of Cardinal #B81C2B

Color information

#B81C2B (or 0xB81C2B) is unknown color: approx Cardinal. HEX triplet: B8, 1C and 2B. RGB value is (184,28,43). Sum of RGB (Red+Green+Blue) = 184+28+43=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C2B is #47E3D4. Grayscale: #4C4C4C. Windows color (decimal): -4711381 or 2825400. OLE color: 2825400.

HSL color Cylindrical-coordinate representation of color #B81C2B: hue angle of 354.23º 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 #B81C2B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB1842843-
CMYK00.850.770.28
HSL354.23º73.58%41.57%-
HSV(B)354.23º84.78%72.16%-
XYZ20.6211.23.36-
YUV76.35109.18204.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.16%
GREEN value IS 28 (11.33% from 255) = 10.98%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=72.16%
G=10.98%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184284300.850.770.28354.2373.5841.57
HexB81C2B0554D1C1624a2a
Octal270345301251153454211252
Binary1011100011100101011010101011001101111001011000101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81C2B; }

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

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

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

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

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

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

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

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