Html Css Color HEX #B81829 Cardinal

📋 copy color: '#B81829'

red 184 ◦ green 24 ◦ blue 41

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

Shades of Cardinal #B81829

Tints of Cardinal #B81829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 73.9%
G = 9.64%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81829 (or 0xB81829) is known color: Cardinal. HEX triplet: B8, 18 and 29. RGB value is (184,24,41). Sum of RGB (Red+Green+Blue) = 184+24+41=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B81829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81829 is #47E7D6. Grayscale: #494949. Windows color (decimal): -4712407 or 2693304. OLE color: 2693304.

HSL color Cylindrical-coordinate representation of color #B81829: hue angle of 353.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 #B81829 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 24 41 -
CMYK 0 0.87 0.78 0.28
HSL 353.63º 0.77% 0.41% -
HSV(B) 353.63º 0.87% 0.72% -
XYZ 20.49 11 3.14 -
YUV 73.78 109.51 206.62 -
System Red Green Blue C M Y K H S L
Decimal 184 24 41 0 0.87 0.78 0.28 353.63 0.77 0.41
Hex B8 18 29 0 57 4E 1C 162 4D 29
Octal 270 30 51 0 127 116 34 542 115 51
Binary 10111000 11000 101001 0 1010111 1001110 11100 101100010 1001101 101001

Color Harmonies of #B81829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81829

Black with #B81829

Text Example


Text Example

White with #B81829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81829; }

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

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

background-color css

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

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

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

border-color css

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

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

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