Html Css Color HEX #B91129 Cardinal

📋 copy color: '#B91129'

red 185 ◦ green 17 ◦ blue 41

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

Shades of Cardinal #B91129

Tints of Cardinal #B91129

RGB

 RED value IS 185 (72.66% from 255) = 76.13%

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

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

R = 76.13%
G = 7%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91129 (or 0xB91129) is known color: Cardinal. HEX triplet: B9, 11 and 29. RGB value is (185,17,41). Sum of RGB (Red+Green+Blue) = 185+17+41=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B91129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91129 is #46EED6. Grayscale: #464646. Windows color (decimal): -4648663 or 2691513. OLE color: 2691513.

HSL color Cylindrical-coordinate representation of color #B91129: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91129 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 41 -
CMYK 0 0.91 0.78 0.27
HSL 351.43º 0.83% 0.4% -
HSV(B) 351.43º 0.91% 0.73% -
XYZ 20.61 10.88 3.11 -
YUV 69.97 111.66 210.05 -
System Red Green Blue C M Y K H S L
Decimal 185 17 41 0 0.91 0.78 0.27 351.43 0.83 0.4
Hex B9 11 29 0 5B 4E 1B 15F 53 28
Octal 271 21 51 0 133 116 33 537 123 50
Binary 10111001 10001 101001 0 1011011 1001110 11011 101011111 1010011 101000

Color Harmonies of #B91129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91129

Black with #B91129

Text Example


Text Example

White with #B91129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91129; }

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

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

background-color css

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

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

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

border-color css

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

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

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