Html Css Color HEX #B94236 Medium Carmine

📋 copy color: '#B94236'

red 185 ◦ green 66 ◦ blue 54

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

Shades of Medium Carmine #B94236

Tints of Medium Carmine #B94236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 60.66%
G = 21.64%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B94236 (or 0xB94236) is known color: Medium Carmine. HEX triplet: B9, 42 and 36. RGB value is (185,66,54). Sum of RGB (Red+Green+Blue) = 185+66+54=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94236 is #46BDC9. Grayscale: #646464. Windows color (decimal): -4636106 or 3556025. OLE color: 3556025.

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

Color convert

RGB 185 66 54 -
CMYK 0 0.64 0.71 0.27
HSL 5.5º 0.55% 0.47% -
HSV(B) 5.5º 0.71% 0.73% -
XYZ 22.62 14.48 5.09 -
YUV 100.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 185 66 54 0 0.64 0.71 0.27 5.5 0.55 0.47
Hex B9 42 36 0 40 47 1B 5 37 2F
Octal 271 102 66 0 100 107 33 5 67 57
Binary 10111001 1000010 110110 0 1000000 1000111 11011 101 110111 101111

Color Harmonies of #B94236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94236

Black with #B94236

Text Example


Text Example

White with #B94236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94236; }

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

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

background-color css

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

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

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

border-color css

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

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

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