Html Css Color HEX #B93333 Medium Carmine

📋 copy color: '#B93333'

red 185 ◦ green 51 ◦ blue 51

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

Shades of Medium Carmine #B93333

Tints of Medium Carmine #B93333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 64.46%
G = 17.77%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93333 (or 0xB93333) is known color: Medium Carmine. HEX triplet: B9, 33 and 33. RGB value is (185,51,51). Sum of RGB (Red+Green+Blue) = 185+51+51=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B93333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93333 is #46CCCC. Grayscale: #5B5B5B. Windows color (decimal): -4639949 or 3355577. OLE color: 3355577.

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

Color convert

RGB 185 51 51 -
CMYK 0 0.72 0.72 0.27
HSL 0.57% 0.46% -
HSV(B) 0.72% 0.73% -
XYZ 21.79 12.92 4.48 -
YUV 91.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 185 51 51 0 0.72 0.72 0.27 0 0.57 0.46
Hex B9 33 33 0 48 48 1B 0 39 2E
Octal 271 63 63 0 110 110 33 0 71 56
Binary 10111001 110011 110011 0 1001000 1001000 11011 0 111001 101110

Color Harmonies of #B93333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93333

Black with #B93333

Text Example


Text Example

White with #B93333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93333; }

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

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

background-color css

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

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

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

border-color css

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

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

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