Html Css Color HEX #B92933 Cardinal

📋 copy color: '#B92933'

red 185 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #B92933

Tints of Cardinal #B92933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 66.79%
G = 14.8%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B92933 (or 0xB92933) is known color: Cardinal. HEX triplet: B9, 29 and 33. RGB value is (185,41,51). Sum of RGB (Red+Green+Blue) = 185+41+51=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B92933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92933 is #46D6CC. Grayscale: #555555. Windows color (decimal): -4642509 or 3353017. OLE color: 3353017.

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

Color convert

RGB 185 41 51 -
CMYK 0 0.78 0.72 0.27
HSL 355.83º 0.64% 0.44% -
HSV(B) 355.83º 0.78% 0.73% -
XYZ 21.4 12.14 4.35 -
YUV 85.2 108.71 199.19 -
System Red Green Blue C M Y K H S L
Decimal 185 41 51 0 0.78 0.72 0.27 355.83 0.64 0.44
Hex B9 29 33 0 4E 48 1B 164 40 2C
Octal 271 51 63 0 116 110 33 544 100 54
Binary 10111001 101001 110011 0 1001110 1001000 11011 101100100 1000000 101100

Color Harmonies of #B92933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92933

Black with #B92933

Text Example


Text Example

White with #B92933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92933; }

 p { color: rgb(185,41,51); }

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

background-color css

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

 a { background-color: rgb(185,41,51); }

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

border-color css

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

 span { border-color: rgb(185,41,51); }

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