Html Css Color HEX #B81129 Cardinal

📋 copy color: '#B81129'

red 184 ◦ green 17 ◦ blue 41

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

Shades of Cardinal #B81129

Tints of Cardinal #B81129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

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

R = 76.03%
G = 7.02%
B = 16.94%

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

#B81129 (or 0xB81129) is known color: Cardinal. HEX triplet: B8, 11 and 29. RGB value is (184,17,41). Sum of RGB (Red+Green+Blue) = 184+17+41=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B81129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81129 is #47EED6. Grayscale: #454545. Windows color (decimal): -4714199 or 2691512. OLE color: 2691512.

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

Color convert

RGB 184 17 41 -
CMYK 0 0.91 0.78 0.28
HSL 351.38º 0.83% 0.39% -
HSV(B) 351.38º 0.91% 0.72% -
XYZ 20.37 10.75 3.1 -
YUV 69.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 184 17 41 0 0.91 0.78 0.28 351.38 0.83 0.39
Hex B8 11 29 0 5B 4E 1C 15F 53 27
Octal 270 21 51 0 133 116 34 537 123 47
Binary 10111000 10001 101001 0 1011011 1001110 11100 101011111 1010011 100111

Color Harmonies of #B81129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81129

Black with #B81129

Text Example


Text Example

White with #B81129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81129; }

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

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

background-color css

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

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

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

border-color css

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

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

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