Html Css Color HEX #B91B30 Cardinal

📋 copy color: '#B91B30'

red 185 ◦ green 27 ◦ blue 48

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

Shades of Cardinal #B91B30

Tints of Cardinal #B91B30

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.38%

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

R = 71.15%
G = 10.38%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B91B30 (or 0xB91B30) is known color: Cardinal. HEX triplet: B9, 1B and 30. RGB value is (185,27,48). Sum of RGB (Red+Green+Blue) = 185+27+48=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B30 is #46E4CF. Grayscale: #4C4C4C. Windows color (decimal): -4646096 or 3152825. OLE color: 3152825.

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

Color convert

RGB 185 27 48 -
CMYK 0 0.85 0.74 0.27
HSL 352.03º 0.75% 0.42% -
HSV(B) 352.03º 0.85% 0.73% -
XYZ 20.93 11.31 3.88 -
YUV 76.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 185 27 48 0 0.85 0.74 0.27 352.03 0.75 0.42
Hex B9 1B 30 0 55 4A 1B 160 4B 2A
Octal 271 33 60 0 125 112 33 540 113 52
Binary 10111001 11011 110000 0 1010101 1001010 11011 101100000 1001011 101010

Color Harmonies of #B91B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91B30

Black with #B91B30

Text Example


Text Example

White with #B91B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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