Html Css Color HEX #B93D34 Medium Carmine

📋 copy color: '#B93D34'

red 185 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #B93D34

Tints of Medium Carmine #B93D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.47%

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 62.08%
G = 20.47%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93D34 (or 0xB93D34) is known color: Medium Carmine. HEX triplet: B9, 3D and 34. RGB value is (185,61,52). Sum of RGB (Red+Green+Blue) = 185+61+52=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D34 is #46C2CB. Grayscale: #616161. Windows color (decimal): -4637388 or 3423673. OLE color: 3423673.

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

Color convert

RGB 185 61 52 -
CMYK 0 0.67 0.72 0.27
HSL 4.06º 0.56% 0.46% -
HSV(B) 4.06º 0.72% 0.73% -
XYZ 22.3 13.9 4.76 -
YUV 97.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 185 61 52 0 0.67 0.72 0.27 4.06 0.56 0.46
Hex B9 3D 34 0 43 48 1B 4 38 2E
Octal 271 75 64 0 103 110 33 4 70 56
Binary 10111001 111101 110100 0 1000011 1001000 11011 100 111000 101110

Color Harmonies of #B93D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D34

Black with #B93D34

Text Example


Text Example

White with #B93D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D34; }

 p { color: rgb(185,61,52); }

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

background-color css

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

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

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

border-color css

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

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

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