Html Css Color HEX #B91329 Cardinal

📋 copy color: '#B91329'

red 185 ◦ green 19 ◦ blue 41

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

Shades of Cardinal #B91329

Tints of Cardinal #B91329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 75.51%
G = 7.76%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91329 (or 0xB91329) is known color: Cardinal. HEX triplet: B9, 13 and 29. RGB value is (185,19,41). Sum of RGB (Red+Green+Blue) = 185+19+41=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B91329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91329 is #46ECD6. Grayscale: #474747. Windows color (decimal): -4648151 or 2692025. OLE color: 2692025.

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

Color convert

RGB 185 19 41 -
CMYK 0 0.90 0.78 0.27
HSL 352.05º 0.81% 0.4% -
HSV(B) 352.05º 0.9% 0.73% -
XYZ 20.64 10.94 3.12 -
YUV 71.14 111 209.21 -
System Red Green Blue C M Y K H S L
Decimal 185 19 41 0 0.90 0.78 0.27 352.05 0.81 0.4
Hex B9 13 29 0 5A 4E 1B 160 51 28
Octal 271 23 51 0 132 116 33 540 121 50
Binary 10111001 10011 101001 0 1011010 1001110 11011 101100000 1010001 101000

Color Harmonies of #B91329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91329

Black with #B91329

Text Example


Text Example

White with #B91329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91329; }

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

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

background-color css

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

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

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

border-color css

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

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

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