Html Css Color HEX #B91828 Cardinal

📋 copy color: '#B91828'

red 185 ◦ green 24 ◦ blue 40

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

Shades of Cardinal #B91828

Tints of Cardinal #B91828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 74.3%
G = 9.64%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B91828 (or 0xB91828) is known color: Cardinal. HEX triplet: B9, 18 and 28. RGB value is (185,24,40). Sum of RGB (Red+Green+Blue) = 185+24+40=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B91828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91828 is #46E7D7. Grayscale: #4A4A4A. Windows color (decimal): -4646872 or 2627769. OLE color: 2627769.

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

Color convert

RGB 185 24 40 -
CMYK 0 0.87 0.78 0.27
HSL 354.04º 0.77% 0.41% -
HSV(B) 354.04º 0.87% 0.73% -
XYZ 20.72 11.12 3.06 -
YUV 73.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 185 24 40 0 0.87 0.78 0.27 354.04 0.77 0.41
Hex B9 18 28 0 57 4E 1B 162 4D 29
Octal 271 30 50 0 127 116 33 542 115 51
Binary 10111001 11000 101000 0 1010111 1001110 11011 101100010 1001101 101001

Color Harmonies of #B91828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91828

Black with #B91828

Text Example


Text Example

White with #B91828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91828; }

 p { color: rgb(185,24,40); }

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

background-color css

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

 a { background-color: rgb(185,24,40); }

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

border-color css

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

 span { border-color: rgb(185,24,40); }

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