Html Css Color HEX #B34831 Medium Carmine

📋 copy color: '#B34831'

red 179 ◦ green 72 ◦ blue 49

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

Shades of Medium Carmine #B34831

Tints of Medium Carmine #B34831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24%

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 59.67%
G = 24%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B34831 (or 0xB34831) is known color: Medium Carmine. HEX triplet: B3, 48 and 31. RGB value is (179,72,49). Sum of RGB (Red+Green+Blue) = 179+72+49=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B34831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34831 is #4CB7CE. Grayscale: #656565. Windows color (decimal): -5027791 or 3229875. OLE color: 3229875.

HSL color Cylindrical-coordinate representation of color #B34831: hue angle of 10.62º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B34831 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 49 -
CMYK 0 0.60 0.73 0.30
HSL 10.62º 0.57% 0.45% -
HSV(B) 10.62º 0.73% 0.7% -
XYZ 21.46 14.44 4.56 -
YUV 101.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 179 72 49 0 0.60 0.73 0.30 10.62 0.57 0.45
Hex B3 48 31 0 3C 49 1E B 39 2D
Octal 263 110 61 0 74 111 36 13 71 55
Binary 10110011 1001000 110001 0 111100 1001001 11110 1011 111001 101101

Color Harmonies of #B34831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34831

Black with #B34831

Text Example


Text Example

White with #B34831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34831; }

 p { color: rgb(179,72,49); }

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

background-color css

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

 a { background-color: rgb(179,72,49); }

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

border-color css

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

 span { border-color: rgb(179,72,49); }

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