Html Css Color HEX #B93C2D Medium Carmine

📋 copy color: '#B93C2D'

red 185 ◦ green 60 ◦ blue 45

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

Shades of Medium Carmine #B93C2D

Tints of Medium Carmine #B93C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.52%

R = 63.79%
G = 20.69%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#B93C2D (or 0xB93C2D) is known color: Medium Carmine. HEX triplet: B9, 3C and 2D. RGB value is (185,60,45). Sum of RGB (Red+Green+Blue) = 185+60+45=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C2D is #46C3D2. Grayscale: #5F5F5F. Windows color (decimal): -4637651 or 2964665. OLE color: 2964665.

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

Color convert

RGB 185 60 45 -
CMYK 0 0.68 0.76 0.27
HSL 6.43º 0.61% 0.45% -
HSV(B) 6.43º 0.76% 0.73% -
XYZ 22.1 13.74 3.97 -
YUV 95.67 99.41 191.72 -
System Red Green Blue C M Y K H S L
Decimal 185 60 45 0 0.68 0.76 0.27 6.43 0.61 0.45
Hex B9 3C 2D 0 44 4C 1B 6 3D 2D
Octal 271 74 55 0 104 114 33 6 75 55
Binary 10111001 111100 101101 0 1000100 1001100 11011 110 111101 101101

Color Harmonies of #B93C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C2D

Black with #B93C2D

Text Example


Text Example

White with #B93C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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