Html Css Color HEX #B94034 Medium Carmine

📋 copy color: '#B94034'

red 185 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #B94034

Tints of Medium Carmine #B94034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.26%

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

R = 61.46%
G = 21.26%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B94034 (or 0xB94034) is known color: Medium Carmine. HEX triplet: B9, 40 and 34. RGB value is (185,64,52). Sum of RGB (Red+Green+Blue) = 185+64+52=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B94034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94034 is #46BFCB. Grayscale: #626262. Windows color (decimal): -4636620 or 3424441. OLE color: 3424441.

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

Color convert

RGB 185 64 52 -
CMYK 0 0.65 0.72 0.27
HSL 5.41º 0.56% 0.46% -
HSV(B) 5.41º 0.72% 0.73% -
XYZ 22.46 14.23 4.81 -
YUV 98.81 101.59 189.48 -
System Red Green Blue C M Y K H S L
Decimal 185 64 52 0 0.65 0.72 0.27 5.41 0.56 0.46
Hex B9 40 34 0 41 48 1B 5 38 2E
Octal 271 100 64 0 101 110 33 5 70 56
Binary 10111001 1000000 110100 0 1000001 1001000 11011 101 111000 101110

Color Harmonies of #B94034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94034

Black with #B94034

Text Example


Text Example

White with #B94034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94034; }

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

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

background-color css

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

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

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

border-color css

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

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

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