Html Css Color HEX #B91830 Cardinal

📋 copy color: '#B91830'

red 185 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #B91830

Tints of Cardinal #B91830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 71.98%
G = 9.34%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B91830 (or 0xB91830) is known color: Cardinal. HEX triplet: B9, 18 and 30. RGB value is (185,24,48). Sum of RGB (Red+Green+Blue) = 185+24+48=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B91830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91830 is #46E7CF. Grayscale: #4A4A4A. Windows color (decimal): -4646864 or 3152057. OLE color: 3152057.

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

Color convert

RGB 185 24 48 -
CMYK 0 0.87 0.74 0.27
HSL 351.06º 0.77% 0.41% -
HSV(B) 351.06º 0.87% 0.73% -
XYZ 20.87 11.18 3.85 -
YUV 74.88 112.84 206.55 -
System Red Green Blue C M Y K H S L
Decimal 185 24 48 0 0.87 0.74 0.27 351.06 0.77 0.41
Hex B9 18 30 0 57 4A 1B 15F 4D 29
Octal 271 30 60 0 127 112 33 537 115 51
Binary 10111001 11000 110000 0 1010111 1001010 11011 101011111 1001101 101001

Color Harmonies of #B91830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91830

Black with #B91830

Text Example


Text Example

White with #B91830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91830; }

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

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

background-color css

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

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

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

border-color css

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

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

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