Html Css Color HEX #B3472E Medium Carmine

📋 copy color: '#B3472E'

red 179 ◦ green 71 ◦ blue 46

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

Shades of Medium Carmine #B3472E

Tints of Medium Carmine #B3472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.54%

R = 60.47%
G = 23.99%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3472E (or 0xB3472E) is known color: Medium Carmine. HEX triplet: B3, 47 and 2E. RGB value is (179,71,46). Sum of RGB (Red+Green+Blue) = 179+71+46=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3472E is #4CB8D1. Grayscale: #646464. Windows color (decimal): -5028050 or 3033011. OLE color: 3033011.

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

Color convert

RGB 179 71 46 -
CMYK 0 0.60 0.74 0.30
HSL 11.28º 0.59% 0.44% -
HSV(B) 11.28º 0.74% 0.7% -
XYZ 21.34 14.29 4.22 -
YUV 100.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 179 71 46 0 0.60 0.74 0.30 11.28 0.59 0.44
Hex B3 47 2E 0 3C 4A 1E B 3B 2C
Octal 263 107 56 0 74 112 36 13 73 54
Binary 10110011 1000111 101110 0 111100 1001010 11110 1011 111011 101100

Color Harmonies of #B3472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3472E

Black with #B3472E

Text Example


Text Example

White with #B3472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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