Html Css Color HEX #B93934 Medium Carmine

📋 copy color: '#B93934'

red 185 ◦ green 57 ◦ blue 52

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

Shades of Medium Carmine #B93934

Tints of Medium Carmine #B93934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

 BLUE value IS 52 (20.7% from 255) = 17.69%

R = 62.93%
G = 19.39%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93934 (or 0xB93934) is known color: Medium Carmine. HEX triplet: B9, 39 and 34. RGB value is (185,57,52). Sum of RGB (Red+Green+Blue) = 185+57+52=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B93934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93934 is #46C6CB. Grayscale: #5E5E5E. Windows color (decimal): -4638412 or 3422649. OLE color: 3422649.

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

Color convert

RGB 185 57 52 -
CMYK 0 0.69 0.72 0.27
HSL 2.26º 0.56% 0.46% -
HSV(B) 2.26º 0.72% 0.73% -
XYZ 22.09 13.49 4.69 -
YUV 94.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 185 57 52 0 0.69 0.72 0.27 2.26 0.56 0.46
Hex B9 39 34 0 45 48 1B 2 38 2E
Octal 271 71 64 0 105 110 33 2 70 56
Binary 10111001 111001 110100 0 1000101 1001000 11011 10 111000 101110

Color Harmonies of #B93934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93934

Black with #B93934

Text Example


Text Example

White with #B93934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93934; }

 p { color: rgb(185,57,52); }

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

background-color css

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

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

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

border-color css

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

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

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