Html Css Color HEX #B91449 Cardinal

📋 copy color: '#B91449'

red 185 ◦ green 20 ◦ blue 73

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

Shades of Cardinal #B91449

Tints of Cardinal #B91449

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 66.55%
G = 7.19%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B91449 (or 0xB91449) is known color: Cardinal. HEX triplet: B9, 14 and 49. RGB value is (185,20,73). Sum of RGB (Red+Green+Blue) = 185+20+73=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B91449 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91449 is #46EBB6. Grayscale: #4B4B4B. Windows color (decimal): -4647863 or 4789433. OLE color: 4789433.

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

Color convert

RGB 185 20 73 -
CMYK 0 0.89 0.61 0.27
HSL 340.73º 0.8% 0.4% -
HSV(B) 340.73º 0.89% 0.73% -
XYZ 21.46 11.3 7.35 -
YUV 75.38 126.66 206.19 -
System Red Green Blue C M Y K H S L
Decimal 185 20 73 0 0.89 0.61 0.27 340.73 0.8 0.4
Hex B9 14 49 0 59 3D 1B 155 50 28
Octal 271 24 111 0 131 75 33 525 120 50
Binary 10111001 10100 1001001 0 1011001 111101 11011 101010101 1010000 101000

Color Harmonies of #B91449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91449

Black with #B91449

Text Example


Text Example

White with #B91449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91449; }

 p { color: rgb(185,20,73); }

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

background-color css

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

 a { background-color: rgb(185,20,73); }

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

border-color css

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

 span { border-color: rgb(185,20,73); }

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