Html Css Color HEX #B94338 Medium Carmine

📋 copy color: '#B94338'

red 185 ◦ green 67 ◦ blue 56

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

Shades of Medium Carmine #B94338

Tints of Medium Carmine #B94338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 60.06%
G = 21.75%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B94338 (or 0xB94338) is known color: Medium Carmine. HEX triplet: B9, 43 and 38. RGB value is (185,67,56). Sum of RGB (Red+Green+Blue) = 185+67+56=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B94338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94338 is #46BCC7. Grayscale: #656565. Windows color (decimal): -4635848 or 3687353. OLE color: 3687353.

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

Color convert

RGB 185 67 56 -
CMYK 0 0.64 0.70 0.27
HSL 5.12º 0.54% 0.47% -
HSV(B) 5.12º 0.7% 0.73% -
XYZ 22.73 14.61 5.36 -
YUV 101.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 185 67 56 0 0.64 0.70 0.27 5.12 0.54 0.47
Hex B9 43 38 0 40 46 1B 5 36 2F
Octal 271 103 70 0 100 106 33 5 66 57
Binary 10111001 1000011 111000 0 1000000 1000110 11011 101 110110 101111

Color Harmonies of #B94338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94338

Black with #B94338

Text Example


Text Example

White with #B94338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94338; }

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

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

background-color css

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

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

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

border-color css

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

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

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