Html Css Color HEX #47030C Rustic Red

📋 copy color: '#47030C'

red 71 ◦ green 3 ◦ blue 12

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

Shades of Rustic Red #47030C

Tints of Rustic Red #47030C

RGB

 RED value IS 71 (28.13% from 255) = 82.56%

 GREEN value IS 3 (1.56% from 255) = 3.49%

 BLUE value IS 12 (5.08% from 255) = 13.95%

R = 82.56%
G = 3.49%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47030C (or 0x47030C) is known color: Rustic Red. HEX triplet: 47, 03 and 0C. RGB value is (71,3,12). Sum of RGB (Red+Green+Blue) = 71+3+12=86 (11% of max value = 765). Red value is 71 (28.12% from 255 or 82.56% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 71 - color contains mainly: red. Hex color #47030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47030C is #B8FCF3. Grayscale: #181818. Windows color (decimal): -12123380 or 787271. OLE color: 787271.

HSL color Cylindrical-coordinate representation of color #47030C: hue angle of 352.06º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47030C is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 12 -
CMYK 0 0.96 0.83 0.72
HSL 352.06º 0.92% 0.15% -
HSV(B) 352.06º 0.96% 0.28% -
XYZ 2.7 1.43 0.48 -
YUV 24.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 71 3 12 0 0.96 0.83 0.72 352.06 0.92 0.15
Hex 47 3 C 0 60 53 48 160 5C F
Octal 107 3 14 0 140 123 110 540 134 17
Binary 1000111 11 1100 0 1100000 1010011 1001000 101100000 1011100 1111

Color Harmonies of #47030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47030C

Black with #47030C

Text Example


Text Example

White with #47030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47030C; }

 p { color: rgb(71,3,12); }

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

background-color css

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

 a { background-color: rgb(71,3,12); }

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

border-color css

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

 span { border-color: rgb(71,3,12); }

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