Html Css Color HEX #B94127 Medium Carmine

📋 copy color: '#B94127'

red 185 ◦ green 65 ◦ blue 39

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

Shades of Medium Carmine #B94127

Tints of Medium Carmine #B94127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 64.01%
G = 22.49%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B94127 (or 0xB94127) is known color: Medium Carmine. HEX triplet: B9, 41 and 27. RGB value is (185,65,39). Sum of RGB (Red+Green+Blue) = 185+65+39=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B94127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94127 is #46BED8. Grayscale: #626262. Windows color (decimal): -4636377 or 2572729. OLE color: 2572729.

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

Color convert

RGB 185 65 39 -
CMYK 0 0.65 0.79 0.27
HSL 10.68º 0.65% 0.44% -
HSV(B) 10.68º 0.79% 0.73% -
XYZ 22.26 14.24 3.49 -
YUV 97.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 185 65 39 0 0.65 0.79 0.27 10.68 0.65 0.44
Hex B9 41 27 0 41 4F 1B B 41 2C
Octal 271 101 47 0 101 117 33 13 101 54
Binary 10111001 1000001 100111 0 1000001 1001111 11011 1011 1000001 101100

Color Harmonies of #B94127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94127

Black with #B94127

Text Example


Text Example

White with #B94127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94127; }

 p { color: rgb(185,65,39); }

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

background-color css

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

 a { background-color: rgb(185,65,39); }

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

border-color css

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

 span { border-color: rgb(185,65,39); }

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