Html Css Color HEX #B91E30 Cardinal

📋 copy color: '#B91E30'

red 185 ◦ green 30 ◦ blue 48

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

Shades of Cardinal #B91E30

Tints of Cardinal #B91E30

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

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

R = 70.34%
G = 11.41%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B91E30 (or 0xB91E30) is known color: Cardinal. HEX triplet: B9, 1E and 30. RGB value is (185,30,48). Sum of RGB (Red+Green+Blue) = 185+30+48=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E30 is #46E1CF. Grayscale: #4E4E4E. Windows color (decimal): -4645328 or 3153593. OLE color: 3153593.

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

Color convert

RGB 185 30 48 -
CMYK 0 0.84 0.74 0.27
HSL 353.03º 0.72% 0.42% -
HSV(B) 353.03º 0.84% 0.73% -
XYZ 21.01 11.46 3.9 -
YUV 78.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 185 30 48 0 0.84 0.74 0.27 353.03 0.72 0.42
Hex B9 1E 30 0 54 4A 1B 161 48 2A
Octal 271 36 60 0 124 112 33 541 110 52
Binary 10111001 11110 110000 0 1010100 1001010 11011 101100001 1001000 101010

Color Harmonies of #B91E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91E30

Black with #B91E30

Text Example


Text Example

White with #B91E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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