Html Css Color HEX #B91529 Cardinal

📋 copy color: '#B91529'

red 185 ◦ green 21 ◦ blue 41

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

Shades of Cardinal #B91529

Tints of Cardinal #B91529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

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

R = 74.9%
G = 8.5%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91529 (or 0xB91529) is known color: Cardinal. HEX triplet: B9, 15 and 29. RGB value is (185,21,41). Sum of RGB (Red+Green+Blue) = 185+21+41=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B91529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91529 is #46EAD6. Grayscale: #484848. Windows color (decimal): -4647639 or 2692537. OLE color: 2692537.

HSL color Cylindrical-coordinate representation of color #B91529: hue angle of 352.68º 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 #B91529 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 21 41 -
CMYK 0 0.89 0.78 0.27
HSL 352.68º 0.8% 0.4% -
HSV(B) 352.68º 0.89% 0.73% -
XYZ 20.68 11.01 3.13 -
YUV 72.32 110.33 208.37 -
System Red Green Blue C M Y K H S L
Decimal 185 21 41 0 0.89 0.78 0.27 352.68 0.8 0.4
Hex B9 15 29 0 59 4E 1B 161 50 28
Octal 271 25 51 0 131 116 33 541 120 50
Binary 10111001 10101 101001 0 1011001 1001110 11011 101100001 1010000 101000

Color Harmonies of #B91529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91529

Black with #B91529

Text Example


Text Example

White with #B91529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91529; }

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

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

background-color css

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

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

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

border-color css

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

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

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