Html Css Color HEX #47030B Rustic Red

📋 copy color: '#47030B'

red 71 ◦ green 3 ◦ blue 11

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

Shades of Rustic Red #47030B

Tints of Rustic Red #47030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.94%

R = 83.53%
G = 3.53%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#47030B (or 0x47030B) is known color: Rustic Red. HEX triplet: 47, 03 and 0B. RGB value is (71,3,11). Sum of RGB (Red+Green+Blue) = 71+3+11=85 (11% of max value = 765). Red value is 71 (28.12% from 255 or 83.53% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 71 - color contains mainly: red. Hex color #47030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47030B is #B8FCF4. Grayscale: #181818. Windows color (decimal): -12123381 or 721735. OLE color: 721735.

HSL color Cylindrical-coordinate representation of color #47030B: hue angle of 352.94º 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 #47030B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 11 -
CMYK 0 0.96 0.85 0.72
HSL 352.94º 0.92% 0.15% -
HSV(B) 352.94º 0.96% 0.28% -
XYZ 2.69 1.43 0.45 -
YUV 24.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 71 3 11 0 0.96 0.85 0.72 352.94 0.92 0.15
Hex 47 3 B 0 60 55 48 161 5C F
Octal 107 3 13 0 140 125 110 541 134 17
Binary 1000111 11 1011 0 1100000 1010101 1001000 101100001 1011100 1111

Color Harmonies of #47030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47030B

Black with #47030B

Text Example


Text Example

White with #47030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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