Html Css Color HEX #B34128 Medium Carmine

📋 copy color: '#B34128'

red 179 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #B34128

Tints of Medium Carmine #B34128

RGB

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

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

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

R = 63.03%
G = 22.89%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B34128 (or 0xB34128) is known color: Medium Carmine. HEX triplet: B3, 41 and 28. RGB value is (179,65,40). Sum of RGB (Red+Green+Blue) = 179+65+40=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34128 is #4CBED7. Grayscale: #606060. Windows color (decimal): -5029592 or 2638259. OLE color: 2638259.

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

Color convert

RGB 179 65 40 -
CMYK 0 0.64 0.78 0.30
HSL 10.79º 0.63% 0.43% -
HSV(B) 10.79º 0.78% 0.7% -
XYZ 20.86 13.52 3.52 -
YUV 96.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 179 65 40 0 0.64 0.78 0.30 10.79 0.63 0.43
Hex B3 41 28 0 40 4E 1E B 3F 2B
Octal 263 101 50 0 100 116 36 13 77 53
Binary 10110011 1000001 101000 0 1000000 1001110 11110 1011 111111 101011

Color Harmonies of #B34128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34128

Black with #B34128

Text Example


Text Example

White with #B34128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34128; }

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

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

background-color css

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

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

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

border-color css

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

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

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