Html Css Color HEX #B94231 Medium Carmine

📋 copy color: '#B94231'

red 185 ◦ green 66 ◦ blue 49

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

Shades of Medium Carmine #B94231

Tints of Medium Carmine #B94231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 61.67%
G = 22%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B94231 (or 0xB94231) is known color: Medium Carmine. HEX triplet: B9, 42 and 31. RGB value is (185,66,49). Sum of RGB (Red+Green+Blue) = 185+66+49=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B94231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94231 is #46BDCE. Grayscale: #636363. Windows color (decimal): -4636111 or 3228345. OLE color: 3228345.

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

Color convert

RGB 185 66 49 -
CMYK 0 0.64 0.74 0.27
HSL 7.5º 0.58% 0.46% -
HSV(B) 7.5º 0.74% 0.73% -
XYZ 22.51 14.43 4.51 -
YUV 99.64 99.42 188.88 -
System Red Green Blue C M Y K H S L
Decimal 185 66 49 0 0.64 0.74 0.27 7.5 0.58 0.46
Hex B9 42 31 0 40 4A 1B 8 3A 2E
Octal 271 102 61 0 100 112 33 10 72 56
Binary 10111001 1000010 110001 0 1000000 1001010 11011 1000 111010 101110

Color Harmonies of #B94231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94231

Black with #B94231

Text Example


Text Example

White with #B94231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94231; }

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

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

background-color css

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

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

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

border-color css

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

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

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