Html Css Color HEX #B81329 Cardinal

📋 copy color: '#B81329'

red 184 ◦ green 19 ◦ blue 41

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

Shades of Cardinal #B81329

Tints of Cardinal #B81329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

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

R = 75.41%
G = 7.79%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81329 (or 0xB81329) is known color: Cardinal. HEX triplet: B8, 13 and 29. RGB value is (184,19,41). Sum of RGB (Red+Green+Blue) = 184+19+41=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B81329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81329 is #47ECD6. Grayscale: #464646. Windows color (decimal): -4713687 or 2692024. OLE color: 2692024.

HSL color Cylindrical-coordinate representation of color #B81329: hue angle of 352º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81329 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 41 -
CMYK 0 0.90 0.78 0.28
HSL 352º 0.81% 0.4% -
HSV(B) 352º 0.9% 0.72% -
XYZ 20.4 10.82 3.11 -
YUV 70.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 184 19 41 0 0.90 0.78 0.28 352 0.81 0.4
Hex B8 13 29 0 5A 4E 1C 160 51 28
Octal 270 23 51 0 132 116 34 540 121 50
Binary 10111000 10011 101001 0 1011010 1001110 11100 101100000 1010001 101000

Color Harmonies of #B81329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81329

Black with #B81329

Text Example


Text Example

White with #B81329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81329; }

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

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

background-color css

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

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

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

border-color css

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

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

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