Html Css Color HEX #B94435 Medium Carmine

📋 copy color: '#B94435'

red 185 ◦ green 68 ◦ blue 53

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

Shades of Medium Carmine #B94435

Tints of Medium Carmine #B94435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 60.46%
G = 22.22%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94435 (or 0xB94435) is known color: Medium Carmine. HEX triplet: B9, 44 and 35. RGB value is (185,68,53). Sum of RGB (Red+Green+Blue) = 185+68+53=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B94435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94435 is #46BBCA. Grayscale: #656565. Windows color (decimal): -4635595 or 3491001. OLE color: 3491001.

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

Color convert

RGB 185 68 53 -
CMYK 0 0.63 0.71 0.27
HSL 6.82º 0.55% 0.47% -
HSV(B) 6.82º 0.71% 0.73% -
XYZ 22.72 14.71 5.01 -
YUV 101.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 185 68 53 0 0.63 0.71 0.27 6.82 0.55 0.47
Hex B9 44 35 0 3F 47 1B 7 37 2F
Octal 271 104 65 0 77 107 33 7 67 57
Binary 10111001 1000100 110101 0 111111 1000111 11011 111 110111 101111

Color Harmonies of #B94435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94435

Black with #B94435

Text Example


Text Example

White with #B94435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94435; }

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

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

background-color css

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

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

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

border-color css

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

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

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