Html Css Color HEX #B91029 Cardinal

📋 copy color: '#B91029'

red 185 ◦ green 16 ◦ blue 41

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

Shades of Cardinal #B91029

Tints of Cardinal #B91029

RGB

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

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

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

R = 76.45%
G = 6.61%
B = 16.94%

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

#B91029 (or 0xB91029) is known color: Cardinal. HEX triplet: B9, 10 and 29. RGB value is (185,16,41). Sum of RGB (Red+Green+Blue) = 185+16+41=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91029 is #46EFD6. Grayscale: #454545. Windows color (decimal): -4648919 or 2691257. OLE color: 2691257.

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

Color convert

RGB 185 16 41 -
CMYK 0 0.91 0.78 0.27
HSL 351.12º 0.84% 0.39% -
HSV(B) 351.12º 0.91% 0.73% -
XYZ 20.59 10.84 3.11 -
YUV 69.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 185 16 41 0 0.91 0.78 0.27 351.12 0.84 0.39
Hex B9 10 29 0 5B 4E 1B 15F 54 27
Octal 271 20 51 0 133 116 33 537 124 47
Binary 10111001 10000 101001 0 1011011 1001110 11011 101011111 1010100 100111

Color Harmonies of #B91029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91029

Black with #B91029

Text Example


Text Example

White with #B91029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91029; }

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

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

background-color css

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

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

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

border-color css

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

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

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