Html Css Color HEX #B34730 Medium Carmine

📋 copy color: '#B34730'

red 179 ◦ green 71 ◦ blue 48

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

Shades of Medium Carmine #B34730

Tints of Medium Carmine #B34730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 60.07%
G = 23.83%
B = 16.11%

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

#B34730 (or 0xB34730) is known color: Medium Carmine. HEX triplet: B3, 47 and 30. RGB value is (179,71,48). Sum of RGB (Red+Green+Blue) = 179+71+48=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B34730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34730 is #4CB8CF. Grayscale: #646464. Windows color (decimal): -5028048 or 3164083. OLE color: 3164083.

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

Color convert

RGB 179 71 48 -
CMYK 0 0.60 0.73 0.30
HSL 10.53º 0.58% 0.45% -
HSV(B) 10.53º 0.73% 0.7% -
XYZ 21.38 14.3 4.43 -
YUV 100.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 179 71 48 0 0.60 0.73 0.30 10.53 0.58 0.45
Hex B3 47 30 0 3C 49 1E B 3A 2D
Octal 263 107 60 0 74 111 36 13 72 55
Binary 10110011 1000111 110000 0 111100 1001001 11110 1011 111010 101101

Color Harmonies of #B34730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34730

Black with #B34730

Text Example


Text Example

White with #B34730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34730; }

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

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

background-color css

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

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

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

border-color css

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

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

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