Html Css Color HEX #B91130 Cardinal

📋 copy color: '#B91130'

red 185 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #B91130

Tints of Cardinal #B91130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.8%

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

R = 74%
G = 6.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B91130 (or 0xB91130) is known color: Cardinal. HEX triplet: B9, 11 and 30. RGB value is (185,17,48). Sum of RGB (Red+Green+Blue) = 185+17+48=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B91130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91130 is #46EECF. Grayscale: #464646. Windows color (decimal): -4648656 or 3150265. OLE color: 3150265.

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

Color convert

RGB 185 17 48 -
CMYK 0 0.91 0.74 0.27
HSL 348.93º 0.83% 0.4% -
HSV(B) 348.93º 0.91% 0.73% -
XYZ 20.74 10.93 3.81 -
YUV 70.77 115.16 209.48 -
System Red Green Blue C M Y K H S L
Decimal 185 17 48 0 0.91 0.74 0.27 348.93 0.83 0.4
Hex B9 11 30 0 5B 4A 1B 15D 53 28
Octal 271 21 60 0 133 112 33 535 123 50
Binary 10111001 10001 110000 0 1011011 1001010 11011 101011101 1010011 101000

Color Harmonies of #B91130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91130

Black with #B91130

Text Example


Text Example

White with #B91130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91130; }

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

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

background-color css

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

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

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

border-color css

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

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

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