Html Css Color HEX #B93C30 Medium Carmine

📋 copy color: '#B93C30'

red 185 ◦ green 60 ◦ blue 48

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

Shades of Medium Carmine #B93C30

Tints of Medium Carmine #B93C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 63.14%
G = 20.48%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B93C30 (or 0xB93C30) is known color: Medium Carmine. HEX triplet: B9, 3C and 30. RGB value is (185,60,48). Sum of RGB (Red+Green+Blue) = 185+60+48=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C30 is #46C3CF. Grayscale: #606060. Windows color (decimal): -4637648 or 3161273. OLE color: 3161273.

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

Color convert

RGB 185 60 48 -
CMYK 0 0.68 0.74 0.27
HSL 5.26º 0.59% 0.46% -
HSV(B) 5.26º 0.74% 0.73% -
XYZ 22.16 13.76 4.28 -
YUV 96.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 185 60 48 0 0.68 0.74 0.27 5.26 0.59 0.46
Hex B9 3C 30 0 44 4A 1B 5 3B 2E
Octal 271 74 60 0 104 112 33 5 73 56
Binary 10111001 111100 110000 0 1000100 1001010 11011 101 111011 101110

Color Harmonies of #B93C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C30

Black with #B93C30

Text Example


Text Example

White with #B93C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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