Html Css Color HEX #B92031 Cardinal

📋 copy color: '#B92031'

red 185 ◦ green 32 ◦ blue 49

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

Shades of Cardinal #B92031

Tints of Cardinal #B92031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 69.55%
G = 12.03%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B92031 (or 0xB92031) is known color: Cardinal. HEX triplet: B9, 20 and 31. RGB value is (185,32,49). Sum of RGB (Red+Green+Blue) = 185+32+49=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B92031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92031 is #46DFCE. Grayscale: #4F4F4F. Windows color (decimal): -4644815 or 3219641. OLE color: 3219641.

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

Color convert

RGB 185 32 49 -
CMYK 0 0.83 0.74 0.27
HSL 353.33º 0.71% 0.43% -
HSV(B) 353.33º 0.83% 0.73% -
XYZ 21.08 11.57 4.03 -
YUV 79.69 110.69 203.12 -
System Red Green Blue C M Y K H S L
Decimal 185 32 49 0 0.83 0.74 0.27 353.33 0.71 0.43
Hex B9 20 31 0 53 4A 1B 161 47 2B
Octal 271 40 61 0 123 112 33 541 107 53
Binary 10111001 100000 110001 0 1010011 1001010 11011 101100001 1000111 101011

Color Harmonies of #B92031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92031

Black with #B92031

Text Example


Text Example

White with #B92031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92031; }

 p { color: rgb(185,32,49); }

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

background-color css

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

 a { background-color: rgb(185,32,49); }

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

border-color css

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

 span { border-color: rgb(185,32,49); }

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