Html Css Color HEX #B34830 Medium Carmine

📋 copy color: '#B34830'

red 179 ◦ green 72 ◦ blue 48

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

Shades of Medium Carmine #B34830

Tints of Medium Carmine #B34830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.05%

R = 59.87%
G = 24.08%
B = 16.05%

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

#B34830 (or 0xB34830) is known color: Medium Carmine. HEX triplet: B3, 48 and 30. RGB value is (179,72,48). Sum of RGB (Red+Green+Blue) = 179+72+48=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34830 is #4CB7CF. Grayscale: #656565. Windows color (decimal): -5027792 or 3164339. OLE color: 3164339.

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

Color convert

RGB 179 72 48 -
CMYK 0 0.60 0.73 0.30
HSL 10.99º 0.58% 0.45% -
HSV(B) 10.99º 0.73% 0.7% -
XYZ 21.44 14.43 4.45 -
YUV 101.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 179 72 48 0 0.60 0.73 0.30 10.99 0.58 0.45
Hex B3 48 30 0 3C 49 1E B 3A 2D
Octal 263 110 60 0 74 111 36 13 72 55
Binary 10110011 1001000 110000 0 111100 1001001 11110 1011 111010 101101

Color Harmonies of #B34830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34830

Black with #B34830

Text Example


Text Example

White with #B34830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34830; }

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

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

background-color css

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

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

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

border-color css

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

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

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