Html Css Color HEX #B81029 Cardinal

📋 copy color: '#B81029'

red 184 ◦ green 16 ◦ blue 41

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

Shades of Cardinal #B81029

Tints of Cardinal #B81029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

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

R = 76.35%
G = 6.64%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B81029 (or 0xB81029) is known color: Cardinal. HEX triplet: B8, 10 and 29. RGB value is (184,16,41). Sum of RGB (Red+Green+Blue) = 184+16+41=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B81029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81029 is #47EFD6. Grayscale: #454545. Windows color (decimal): -4714455 or 2691256. OLE color: 2691256.

HSL color Cylindrical-coordinate representation of color #B81029: hue angle of 351.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81029 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 16 41 -
CMYK 0 0.91 0.78 0.28
HSL 351.07º 0.84% 0.39% -
HSV(B) 351.07º 0.91% 0.72% -
XYZ 20.35 10.72 3.09 -
YUV 69.08 112.16 209.97 -
System Red Green Blue C M Y K H S L
Decimal 184 16 41 0 0.91 0.78 0.28 351.07 0.84 0.39
Hex B8 10 29 0 5B 4E 1C 15F 54 27
Octal 270 20 51 0 133 116 34 537 124 47
Binary 10111000 10000 101001 0 1011011 1001110 11100 101011111 1010100 100111

Color Harmonies of #B81029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81029

Black with #B81029

Text Example


Text Example

White with #B81029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81029; }

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

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

background-color css

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

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

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

border-color css

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

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

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