Html Css Color HEX #B94038 Medium Carmine

📋 copy color: '#B94038'

red 185 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #B94038

Tints of Medium Carmine #B94038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 60.66%
G = 20.98%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94038 (or 0xB94038) is known color: Medium Carmine. HEX triplet: B9, 40 and 38. RGB value is (185,64,56). Sum of RGB (Red+Green+Blue) = 185+64+56=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94038 is #46BFC7. Grayscale: #636363. Windows color (decimal): -4636616 or 3686585. OLE color: 3686585.

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

Color convert

RGB 185 64 56 -
CMYK 0 0.65 0.70 0.27
HSL 3.72º 0.54% 0.47% -
HSV(B) 3.72º 0.7% 0.73% -
XYZ 22.55 14.27 5.31 -
YUV 99.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 185 64 56 0 0.65 0.70 0.27 3.72 0.54 0.47
Hex B9 40 38 0 41 46 1B 4 36 2F
Octal 271 100 70 0 101 106 33 4 66 57
Binary 10111001 1000000 111000 0 1000001 1000110 11011 100 110110 101111

Color Harmonies of #B94038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94038

Black with #B94038

Text Example


Text Example

White with #B94038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94038; }

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

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

background-color css

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

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

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

border-color css

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

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

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