Html Css Color HEX #B93534 Medium Carmine

📋 copy color: '#B93534'

red 185 ◦ green 53 ◦ blue 52

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

Shades of Medium Carmine #B93534

Tints of Medium Carmine #B93534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 63.79%
G = 18.28%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93534 (or 0xB93534) is known color: Medium Carmine. HEX triplet: B9, 35 and 34. RGB value is (185,53,52). Sum of RGB (Red+Green+Blue) = 185+53+52=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B93534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93534 is #46CACB. Grayscale: #5C5C5C. Windows color (decimal): -4639436 or 3421625. OLE color: 3421625.

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

Color convert

RGB 185 53 52 -
CMYK 0 0.71 0.72 0.27
HSL 0.45º 0.56% 0.46% -
HSV(B) 0.45º 0.72% 0.73% -
XYZ 21.9 13.11 4.62 -
YUV 92.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 185 53 52 0 0.71 0.72 0.27 0.45 0.56 0.46
Hex B9 35 34 0 47 48 1B 0 38 2E
Octal 271 65 64 0 107 110 33 0 70 56
Binary 10111001 110101 110100 0 1000111 1001000 11011 0 111000 101110

Color Harmonies of #B93534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93534

Black with #B93534

Text Example


Text Example

White with #B93534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93534; }

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

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

background-color css

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

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

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

border-color css

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

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

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