Html Css Color HEX #B81529 Cardinal

📋 copy color: '#B81529'

red 184 ◦ green 21 ◦ blue 41

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

Shades of Cardinal #B81529

Tints of Cardinal #B81529

RGB

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

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

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

R = 74.8%
G = 8.54%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81529 (or 0xB81529) is known color: Cardinal. HEX triplet: B8, 15 and 29. RGB value is (184,21,41). Sum of RGB (Red+Green+Blue) = 184+21+41=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B81529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81529 is #47EAD6. Grayscale: #484848. Windows color (decimal): -4713175 or 2692536. OLE color: 2692536.

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

Color convert

RGB 184 21 41 -
CMYK 0 0.89 0.78 0.28
HSL 352.64º 0.8% 0.4% -
HSV(B) 352.64º 0.89% 0.72% -
XYZ 20.44 10.89 3.12 -
YUV 72.02 110.5 207.87 -
System Red Green Blue C M Y K H S L
Decimal 184 21 41 0 0.89 0.78 0.28 352.64 0.8 0.4
Hex B8 15 29 0 59 4E 1C 161 50 28
Octal 270 25 51 0 131 116 34 541 120 50
Binary 10111000 10101 101001 0 1011001 1001110 11100 101100001 1010000 101000

Color Harmonies of #B81529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81529

Black with #B81529

Text Example


Text Example

White with #B81529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81529; }

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

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

background-color css

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

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

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

border-color css

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

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

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