Html Css Color HEX #B91530 Cardinal

📋 copy color: '#B91530'

red 185 ◦ green 21 ◦ blue 48

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

Shades of Cardinal #B91530

Tints of Cardinal #B91530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 72.83%
G = 8.27%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B91530 (or 0xB91530) is known color: Cardinal. HEX triplet: B9, 15 and 30. RGB value is (185,21,48). Sum of RGB (Red+Green+Blue) = 185+21+48=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B91530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91530 is #46EACF. Grayscale: #494949. Windows color (decimal): -4647632 or 3151289. OLE color: 3151289.

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

Color convert

RGB 185 21 48 -
CMYK 0 0.89 0.74 0.27
HSL 350.12º 0.8% 0.4% -
HSV(B) 350.12º 0.89% 0.73% -
XYZ 20.81 11.06 3.84 -
YUV 73.11 113.83 207.8 -
System Red Green Blue C M Y K H S L
Decimal 185 21 48 0 0.89 0.74 0.27 350.12 0.8 0.4
Hex B9 15 30 0 59 4A 1B 15E 50 28
Octal 271 25 60 0 131 112 33 536 120 50
Binary 10111001 10101 110000 0 1011001 1001010 11011 101011110 1010000 101000

Color Harmonies of #B91530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91530

Black with #B91530

Text Example


Text Example

White with #B91530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91530; }

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

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

background-color css

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

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

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

border-color css

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

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

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