Html Css Color HEX #B94035 Medium Carmine

📋 copy color: '#B94035'

red 185 ◦ green 64 ◦ blue 53

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

Shades of Medium Carmine #B94035

Tints of Medium Carmine #B94035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 61.26%
G = 21.19%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94035 (or 0xB94035) is known color: Medium Carmine. HEX triplet: B9, 40 and 35. RGB value is (185,64,53). Sum of RGB (Red+Green+Blue) = 185+64+53=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B94035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94035 is #46BFCA. Grayscale: #636363. Windows color (decimal): -4636619 or 3489977. OLE color: 3489977.

HSL color Cylindrical-coordinate representation of color #B94035: hue angle of 5º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B94035 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 64 53 -
CMYK 0 0.65 0.71 0.27
HSL 0.55% 0.47% -
HSV(B) 0.71% 0.73% -
XYZ 22.48 14.24 4.93 -
YUV 98.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 185 64 53 0 0.65 0.71 0.27 5 0.55 0.47
Hex B9 40 35 0 41 47 1B 5 37 2F
Octal 271 100 65 0 101 107 33 5 67 57
Binary 10111001 1000000 110101 0 1000001 1000111 11011 101 110111 101111

Color Harmonies of #B94035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94035

Black with #B94035

Text Example


Text Example

White with #B94035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94035; }

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

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

background-color css

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

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

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

border-color css

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

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

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