Html Css Color HEX #470C0F Rustic Red

📋 copy color: '#470C0F'

red 71 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #470C0F

Tints of Rustic Red #470C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.24%

 BLUE value IS 15 (6.25% from 255) = 15.31%

R = 72.45%
G = 12.24%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#470C0F (or 0x470C0F) is known color: Rustic Red. HEX triplet: 47, 0C and 0F. RGB value is (71,12,15). Sum of RGB (Red+Green+Blue) = 71+12+15=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C0F is #B8F3F0. Grayscale: #1E1E1E. Windows color (decimal): -12121073 or 986183. OLE color: 986183.

HSL color Cylindrical-coordinate representation of color #470C0F: hue angle of 356.95º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C0F is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 12 15 -
CMYK 0 0.83 0.79 0.72
HSL 356.95º 0.71% 0.16% -
HSV(B) 356.95º 0.83% 0.28% -
XYZ 2.82 1.64 0.62 -
YUV 29.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 71 12 15 0 0.83 0.79 0.72 356.95 0.71 0.16
Hex 47 C F 0 53 4F 48 165 47 10
Octal 107 14 17 0 123 117 110 545 107 20
Binary 1000111 1100 1111 0 1010011 1001111 1001000 101100101 1000111 10000

Color Harmonies of #470C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C0F

Black with #470C0F

Text Example


Text Example

White with #470C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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