Html Css Color HEX #B81537 Cardinal

📋 copy color: '#B81537'

red 184 ◦ green 21 ◦ blue 55

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

Shades of Cardinal #B81537

Tints of Cardinal #B81537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 55 (21.88% from 255) = 21.15%

R = 70.77%
G = 8.08%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B81537 (or 0xB81537) is known color: Cardinal. HEX triplet: B8, 15 and 37. RGB value is (184,21,55). Sum of RGB (Red+Green+Blue) = 184+21+55=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B81537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81537 is #47EAC8. Grayscale: #494949. Windows color (decimal): -4713161 or 3610040. OLE color: 3610040.

HSL color Cylindrical-coordinate representation of color #B81537: hue angle of 347.48º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81537 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 21 55 -
CMYK 0 0.89 0.70 0.28
HSL 347.48º 0.8% 0.4% -
HSV(B) 347.48º 0.89% 0.72% -
XYZ 20.72 11 4.65 -
YUV 73.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 184 21 55 0 0.89 0.70 0.28 347.48 0.8 0.4
Hex B8 15 37 0 59 46 1C 15B 50 28
Octal 270 25 67 0 131 106 34 533 120 50
Binary 10111000 10101 110111 0 1011001 1000110 11100 101011011 1010000 101000

Color Harmonies of #B81537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81537

Black with #B81537

Text Example


Text Example

White with #B81537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81537; }

 p { color: rgb(184,21,55); }

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

background-color css

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

 a { background-color: rgb(184,21,55); }

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

border-color css

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

 span { border-color: rgb(184,21,55); }

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