Html Css Color HEX #B92128 Cardinal

📋 copy color: '#B92128'

red 185 ◦ green 33 ◦ blue 40

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

Shades of Cardinal #B92128

Tints of Cardinal #B92128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 71.71%
G = 12.79%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B92128 (or 0xB92128) is known color: Cardinal. HEX triplet: B9, 21 and 28. RGB value is (185,33,40). Sum of RGB (Red+Green+Blue) = 185+33+40=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B92128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92128 is #46DED7. Grayscale: #4F4F4F. Windows color (decimal): -4644568 or 2630073. OLE color: 2630073.

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

Color convert

RGB 185 33 40 -
CMYK 0 0.82 0.78 0.27
HSL 357.24º 0.7% 0.43% -
HSV(B) 357.24º 0.82% 0.73% -
XYZ 20.93 11.56 3.13 -
YUV 79.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 185 33 40 0 0.82 0.78 0.27 357.24 0.7 0.43
Hex B9 21 28 0 52 4E 1B 165 46 2B
Octal 271 41 50 0 122 116 33 545 106 53
Binary 10111001 100001 101000 0 1010010 1001110 11011 101100101 1000110 101011

Color Harmonies of #B92128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92128

Black with #B92128

Text Example


Text Example

White with #B92128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92128; }

 p { color: rgb(185,33,40); }

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

background-color css

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

 a { background-color: rgb(185,33,40); }

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

border-color css

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

 span { border-color: rgb(185,33,40); }

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