Html Css Color HEX #B34228 Medium Carmine

📋 copy color: '#B34228'

red 179 ◦ green 66 ◦ blue 40

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

Shades of Medium Carmine #B34228

Tints of Medium Carmine #B34228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 62.81%
G = 23.16%
B = 14.04%

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

#B34228 (or 0xB34228) is known color: Medium Carmine. HEX triplet: B3, 42 and 28. RGB value is (179,66,40). Sum of RGB (Red+Green+Blue) = 179+66+40=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B34228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34228 is #4CBDD7. Grayscale: #616161. Windows color (decimal): -5029336 or 2638515. OLE color: 2638515.

HSL color Cylindrical-coordinate representation of color #B34228: hue angle of 11.22º degrees, saturation: 0.63, 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 #B34228 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 66 40 -
CMYK 0 0.63 0.78 0.30
HSL 11.22º 0.63% 0.43% -
HSV(B) 11.22º 0.78% 0.7% -
XYZ 20.92 13.63 3.54 -
YUV 96.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 179 66 40 0 0.63 0.78 0.30 11.22 0.63 0.43
Hex B3 42 28 0 3F 4E 1E B 3F 2B
Octal 263 102 50 0 77 116 36 13 77 53
Binary 10110011 1000010 101000 0 111111 1001110 11110 1011 111111 101011

Color Harmonies of #B34228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34228

Black with #B34228

Text Example


Text Example

White with #B34228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34228; }

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

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

background-color css

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

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

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

border-color css

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

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

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