Html Css Color HEX #B81839 Cardinal

📋 copy color: '#B81839'

red 184 ◦ green 24 ◦ blue 57

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

Shades of Cardinal #B81839

Tints of Cardinal #B81839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 57 (22.66% from 255) = 21.51%

R = 69.43%
G = 9.06%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B81839 (or 0xB81839) is known color: Cardinal. HEX triplet: B8, 18 and 39. RGB value is (184,24,57). Sum of RGB (Red+Green+Blue) = 184+24+57=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B81839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81839 is #47E7C6. Grayscale: #4B4B4B. Windows color (decimal): -4712391 or 3741880. OLE color: 3741880.

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

Color convert

RGB 184 24 57 -
CMYK 0 0.87 0.69 0.28
HSL 347.63º 0.77% 0.41% -
HSV(B) 347.63º 0.87% 0.72% -
XYZ 20.83 11.14 4.92 -
YUV 75.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 184 24 57 0 0.87 0.69 0.28 347.63 0.77 0.41
Hex B8 18 39 0 57 45 1C 15C 4D 29
Octal 270 30 71 0 127 105 34 534 115 51
Binary 10111000 11000 111001 0 1010111 1000101 11100 101011100 1001101 101001

Color Harmonies of #B81839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81839

Black with #B81839

Text Example


Text Example

White with #B81839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81839; }

 p { color: rgb(184,24,57); }

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

background-color css

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

 a { background-color: rgb(184,24,57); }

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

border-color css

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

 span { border-color: rgb(184,24,57); }

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