Html Css Color HEX #B34227 Medium Carmine

📋 copy color: '#B34227'

red 179 ◦ green 66 ◦ blue 39

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

Shades of Medium Carmine #B34227

Tints of Medium Carmine #B34227

RGB

 RED value IS 179 (70.31% from 255) = 63.03%

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

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

R = 63.03%
G = 23.24%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B34227 (or 0xB34227) is known color: Medium Carmine. HEX triplet: B3, 42 and 27. RGB value is (179,66,39). Sum of RGB (Red+Green+Blue) = 179+66+39=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34227 is #4CBDD8. Grayscale: #606060. Windows color (decimal): -5029337 or 2572979. OLE color: 2572979.

HSL color Cylindrical-coordinate representation of color #B34227: hue angle of 11.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B34227 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 39 -
CMYK 0 0.63 0.78 0.30
HSL 11.57º 0.64% 0.43% -
HSV(B) 11.57º 0.78% 0.7% -
XYZ 20.9 13.63 3.45 -
YUV 96.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 179 66 39 0 0.63 0.78 0.30 11.57 0.64 0.43
Hex B3 42 27 0 3F 4E 1E C 40 2B
Octal 263 102 47 0 77 116 36 14 100 53
Binary 10110011 1000010 100111 0 111111 1001110 11110 1100 1000000 101011

Color Harmonies of #B34227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34227

Black with #B34227

Text Example


Text Example

White with #B34227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34227; }

 p { color: rgb(179,66,39); }

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

background-color css

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

 a { background-color: rgb(179,66,39); }

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

border-color css

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

 span { border-color: rgb(179,66,39); }

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