Html Css Color HEX #B91240 Cardinal

📋 copy color: '#B91240'

red 185 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #B91240

Tints of Cardinal #B91240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 69.29%
G = 6.74%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#B91240 (or 0xB91240) is known color: Cardinal. HEX triplet: B9, 12 and 40. RGB value is (185,18,64). Sum of RGB (Red+Green+Blue) = 185+18+64=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B91240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91240 is #46EDBF. Grayscale: #494949. Windows color (decimal): -4648384 or 4199097. OLE color: 4199097.

HSL color Cylindrical-coordinate representation of color #B91240: hue angle of 343.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91240 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 64 -
CMYK 0 0.90 0.65 0.27
HSL 343.47º 0.82% 0.4% -
HSV(B) 343.47º 0.9% 0.73% -
XYZ 21.15 11.12 5.88 -
YUV 73.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 185 18 64 0 0.90 0.65 0.27 343.47 0.82 0.4
Hex B9 12 40 0 5A 41 1B 157 52 28
Octal 271 22 100 0 132 101 33 527 122 50
Binary 10111001 10010 1000000 0 1011010 1000001 11011 101010111 1010010 101000

Color Harmonies of #B91240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91240

Black with #B91240

Text Example


Text Example

White with #B91240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91240; }

 p { color: rgb(185,18,64); }

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

background-color css

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

 a { background-color: rgb(185,18,64); }

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

border-color css

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

 span { border-color: rgb(185,18,64); }

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