Html Css Color HEX #B94239 Medium Carmine

📋 copy color: '#B94239'

red 185 ◦ green 66 ◦ blue 57

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

Shades of Medium Carmine #B94239

Tints of Medium Carmine #B94239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 60.06%
G = 21.43%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B94239 (or 0xB94239) is known color: Medium Carmine. HEX triplet: B9, 42 and 39. RGB value is (185,66,57). Sum of RGB (Red+Green+Blue) = 185+66+57=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B94239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94239 is #46BDC6. Grayscale: #646464. Windows color (decimal): -4636103 or 3752633. OLE color: 3752633.

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

Color convert

RGB 185 66 57 -
CMYK 0 0.64 0.69 0.27
HSL 4.22º 0.53% 0.47% -
HSV(B) 4.22º 0.69% 0.73% -
XYZ 22.69 14.51 5.47 -
YUV 100.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 185 66 57 0 0.64 0.69 0.27 4.22 0.53 0.47
Hex B9 42 39 0 40 45 1B 4 35 2F
Octal 271 102 71 0 100 105 33 4 65 57
Binary 10111001 1000010 111001 0 1000000 1000101 11011 100 110101 101111

Color Harmonies of #B94239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94239

Black with #B94239

Text Example


Text Example

White with #B94239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94239; }

 p { color: rgb(185,66,57); }

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

background-color css

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

 a { background-color: rgb(185,66,57); }

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

border-color css

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

 span { border-color: rgb(185,66,57); }

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