Html Css Color HEX #B92133 Cardinal

📋 copy color: '#B92133'

red 185 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #B92133

Tints of Cardinal #B92133

RGB

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

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

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

R = 68.77%
G = 12.27%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B92133 (or 0xB92133) is known color: Cardinal. HEX triplet: B9, 21 and 33. RGB value is (185,33,51). Sum of RGB (Red+Green+Blue) = 185+33+51=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B92133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92133 is #46DECC. Grayscale: #505050. Windows color (decimal): -4644557 or 3350969. OLE color: 3350969.

HSL color Cylindrical-coordinate representation of color #B92133: hue angle of 352.89º 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 #B92133 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 51 -
CMYK 0 0.82 0.72 0.27
HSL 352.89º 0.7% 0.43% -
HSV(B) 352.89º 0.82% 0.73% -
XYZ 21.15 11.64 4.26 -
YUV 80.5 111.36 202.54 -
System Red Green Blue C M Y K H S L
Decimal 185 33 51 0 0.82 0.72 0.27 352.89 0.7 0.43
Hex B9 21 33 0 52 48 1B 161 46 2B
Octal 271 41 63 0 122 110 33 541 106 53
Binary 10111001 100001 110011 0 1010010 1001000 11011 101100001 1000110 101011

Color Harmonies of #B92133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92133

Black with #B92133

Text Example


Text Example

White with #B92133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92133; }

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

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

background-color css

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

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

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

border-color css

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

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

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