Html Css Color HEX #B91B29 Cardinal

📋 copy color: '#B91B29'

red 185 ◦ green 27 ◦ blue 41

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

Shades of Cardinal #B91B29

Tints of Cardinal #B91B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.67%

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

R = 73.12%
G = 10.67%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91B29 (or 0xB91B29) is known color: Cardinal. HEX triplet: B9, 1B and 29. RGB value is (185,27,41). Sum of RGB (Red+Green+Blue) = 185+27+41=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B29 is #46E4D6. Grayscale: #4B4B4B. Windows color (decimal): -4646103 or 2694073. OLE color: 2694073.

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

Color convert

RGB 185 27 41 -
CMYK 0 0.85 0.78 0.27
HSL 354.68º 0.75% 0.42% -
HSV(B) 354.68º 0.85% 0.73% -
XYZ 20.8 11.26 3.17 -
YUV 75.84 108.35 205.86 -
System Red Green Blue C M Y K H S L
Decimal 185 27 41 0 0.85 0.78 0.27 354.68 0.75 0.42
Hex B9 1B 29 0 55 4E 1B 163 4B 2A
Octal 271 33 51 0 125 116 33 543 113 52
Binary 10111001 11011 101001 0 1010101 1001110 11011 101100011 1001011 101010

Color Harmonies of #B91B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B29

Black with #B91B29

Text Example


Text Example

White with #B91B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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