Html Css Color HEX #B81736 Cardinal

📋 copy color: '#B81736'

red 184 ◦ green 23 ◦ blue 54

#B81736
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B81736

Tints of Cardinal #B81736

RGB

 RED value IS 184 (72.27% from 255) = 70.5%

 GREEN value IS 23 (9.38% from 255) = 8.81%

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 70.5%
G = 8.81%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B81736 (or 0xB81736) is known color: Cardinal. HEX triplet: B8, 17 and 36. RGB value is (184,23,54). Sum of RGB (Red+Green+Blue) = 184+23+54=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B81736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81736 is #47E8C9. Grayscale: #4A4A4A. Windows color (decimal): -4712650 or 3545016. OLE color: 3545016.

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

Color convert

RGB 184 23 54 -
CMYK 0 0.88 0.71 0.28
HSL 348.45º 0.78% 0.41% -
HSV(B) 348.45º 0.88% 0.72% -
XYZ 20.74 11.07 4.53 -
YUV 74.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 184 23 54 0 0.88 0.71 0.28 348.45 0.78 0.41
Hex B8 17 36 0 58 47 1C 15C 4E 29
Octal 270 27 66 0 130 107 34 534 116 51
Binary 10111000 10111 110110 0 1011000 1000111 11100 101011100 1001110 101001

Color Harmonies of #B81736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81736

Black with #B81736

Text Example


Text Example

White with #B81736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81736; }

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

 H1.HeaderClassName
 {
   color: #B81736;
 }
 .AnyTagClassName
 {
   color: #B81736;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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