Html Css Color HEX #B3473C Medium Carmine

📋 copy color: '#B3473C'

red 179 ◦ green 71 ◦ blue 60

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

Shades of Medium Carmine #B3473C

Tints of Medium Carmine #B3473C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 57.74%
G = 22.9%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3473C (or 0xB3473C) is known color: Medium Carmine. HEX triplet: B3, 47 and 3C. RGB value is (179,71,60). Sum of RGB (Red+Green+Blue) = 179+71+60=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3473C is #4CB8C3. Grayscale: #666666. Windows color (decimal): -5028036 or 3950515. OLE color: 3950515.

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

Color convert

RGB 179 71 60 -
CMYK 0 0.60 0.66 0.30
HSL 5.55º 0.5% 0.47% -
HSV(B) 5.55º 0.66% 0.7% -
XYZ 21.66 14.42 5.92 -
YUV 102.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 179 71 60 0 0.60 0.66 0.30 5.55 0.5 0.47
Hex B3 47 3C 0 3C 42 1E 6 32 2F
Octal 263 107 74 0 74 102 36 6 62 57
Binary 10110011 1000111 111100 0 111100 1000010 11110 110 110010 101111

Color Harmonies of #B3473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3473C

Black with #B3473C

Text Example


Text Example

White with #B3473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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