Html Css Color HEX #B94033 Medium Carmine

📋 copy color: '#B94033'

red 185 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #B94033

Tints of Medium Carmine #B94033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 61.67%
G = 21.33%
B = 17%

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

#B94033 (or 0xB94033) is known color: Medium Carmine. HEX triplet: B9, 40 and 33. RGB value is (185,64,51). Sum of RGB (Red+Green+Blue) = 185+64+51=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B94033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94033 is #46BFCC. Grayscale: #626262. Windows color (decimal): -4636621 or 3358905. OLE color: 3358905.

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

Color convert

RGB 185 64 51 -
CMYK 0 0.65 0.72 0.27
HSL 5.82º 0.57% 0.46% -
HSV(B) 5.82º 0.72% 0.73% -
XYZ 22.44 14.22 4.69 -
YUV 98.7 101.09 189.56 -
System Red Green Blue C M Y K H S L
Decimal 185 64 51 0 0.65 0.72 0.27 5.82 0.57 0.46
Hex B9 40 33 0 41 48 1B 6 39 2E
Octal 271 100 63 0 101 110 33 6 71 56
Binary 10111001 1000000 110011 0 1000001 1001000 11011 110 111001 101110

Color Harmonies of #B94033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94033

Black with #B94033

Text Example


Text Example

White with #B94033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94033; }

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

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

background-color css

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

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

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

border-color css

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

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

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