Html Css Color HEX #B93434 Medium Carmine

📋 copy color: '#B93434'

red 185 ◦ green 52 ◦ blue 52

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

Shades of Medium Carmine #B93434

Tints of Medium Carmine #B93434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 64.01%
G = 17.99%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B93434 (or 0xB93434) is known color: Medium Carmine. HEX triplet: B9, 34 and 34. RGB value is (185,52,52). Sum of RGB (Red+Green+Blue) = 185+52+52=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B93434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93434 is #46CBCB. Grayscale: #5B5B5B. Windows color (decimal): -4639692 or 3421369. OLE color: 3421369.

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

Color convert

RGB 185 52 52 -
CMYK 0 0.72 0.72 0.27
HSL 0.56% 0.46% -
HSV(B) 0.72% 0.73% -
XYZ 21.86 13.02 4.61 -
YUV 91.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 185 52 52 0 0.72 0.72 0.27 0 0.56 0.46
Hex B9 34 34 0 48 48 1B 0 38 2E
Octal 271 64 64 0 110 110 33 0 70 56
Binary 10111001 110100 110100 0 1001000 1001000 11011 0 111000 101110

Color Harmonies of #B93434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93434

Black with #B93434

Text Example


Text Example

White with #B93434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93434; }

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

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

background-color css

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

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

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

border-color css

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

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

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