Html Css Color HEX #B93C3C Medium Carmine

📋 copy color: '#B93C3C'

red 185 ◦ green 60 ◦ blue 60

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

Shades of Medium Carmine #B93C3C

Tints of Medium Carmine #B93C3C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 60.66%
G = 19.67%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B93C3C (or 0xB93C3C) is known color: Medium Carmine. HEX triplet: B9, 3C and 3C. RGB value is (185,60,60). Sum of RGB (Red+Green+Blue) = 185+60+60=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C3C is #46C3C3. Grayscale: #616161. Windows color (decimal): -4637636 or 3947705. OLE color: 3947705.

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

Color convert

RGB 185 60 60 -
CMYK 0 0.68 0.68 0.27
HSL 0.51% 0.48% -
HSV(B) 0.68% 0.73% -
XYZ 22.44 13.87 5.77 -
YUV 97.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 185 60 60 0 0.68 0.68 0.27 0 0.51 0.48
Hex B9 3C 3C 0 44 44 1B 0 33 30
Octal 271 74 74 0 104 104 33 0 63 60
Binary 10111001 111100 111100 0 1000100 1000100 11011 0 110011 110000

Color Harmonies of #B93C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C3C

Black with #B93C3C

Text Example


Text Example

White with #B93C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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