Html Css Color HEX #B93F3C Medium Carmine

📋 copy color: '#B93F3C'

red 185 ◦ green 63 ◦ blue 60

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

Shades of Medium Carmine #B93F3C

Tints of Medium Carmine #B93F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 20.45%

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

R = 60.06%
G = 20.45%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B93F3C (or 0xB93F3C) is known color: Medium Carmine. HEX triplet: B9, 3F and 3C. RGB value is (185,63,60). Sum of RGB (Red+Green+Blue) = 185+63+60=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F3C is #46C0C3. Grayscale: #636363. Windows color (decimal): -4636868 or 3948473. OLE color: 3948473.

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

Color convert

RGB 185 63 60 -
CMYK 0 0.66 0.68 0.27
HSL 1.44º 0.51% 0.48% -
HSV(B) 1.44º 0.68% 0.73% -
XYZ 22.6 14.2 5.82 -
YUV 99.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 185 63 60 0 0.66 0.68 0.27 1.44 0.51 0.48
Hex B9 3F 3C 0 42 44 1B 1 33 30
Octal 271 77 74 0 102 104 33 1 63 60
Binary 10111001 111111 111100 0 1000010 1000100 11011 1 110011 110000

Color Harmonies of #B93F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F3C

Black with #B93F3C

Text Example


Text Example

White with #B93F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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