Html Css Color HEX #B93A32 Medium Carmine

📋 copy color: '#B93A32'

red 185 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #B93A32

Tints of Medium Carmine #B93A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 63.14%
G = 19.8%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B93A32 (or 0xB93A32) is known color: Medium Carmine. HEX triplet: B9, 3A and 32. RGB value is (185,58,50). Sum of RGB (Red+Green+Blue) = 185+58+50=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93A32 is #46C5CD. Grayscale: #5F5F5F. Windows color (decimal): -4638158 or 3291833. OLE color: 3291833.

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

Color convert

RGB 185 58 50 -
CMYK 0 0.69 0.73 0.27
HSL 3.56º 0.57% 0.46% -
HSV(B) 3.56º 0.73% 0.73% -
XYZ 22.1 13.57 4.47 -
YUV 95.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 185 58 50 0 0.69 0.73 0.27 3.56 0.57 0.46
Hex B9 3A 32 0 45 49 1B 4 39 2E
Octal 271 72 62 0 105 111 33 4 71 56
Binary 10111001 111010 110010 0 1000101 1001001 11011 100 111001 101110

Color Harmonies of #B93A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A32

Black with #B93A32

Text Example


Text Example

White with #B93A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A32; }

 p { color: rgb(185,58,50); }

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

background-color css

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

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

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

border-color css

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

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

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