Html Css Color HEX #2F0710 Rustic Red

📋 copy color: '#2F0710'

red 47 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #2F0710

Tints of Rustic Red #2F0710

RGB

 RED value IS 47 (18.75% from 255) = 67.14%

 GREEN value IS 7 (3.13% from 255) = 10%

 BLUE value IS 16 (6.64% from 255) = 22.86%

R = 67.14%
G = 10%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.82

RGB Variations

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

Color information

#2F0710 (or 0x2F0710) is known color: Rustic Red. HEX triplet: 2F, 07 and 10. RGB value is (47,7,16). Sum of RGB (Red+Green+Blue) = 47+7+16=70 (9% of max value = 765). Red value is 47 (18.75% from 255 or 67.14% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0710 is #D0F8EF. Grayscale: #131313. Windows color (decimal): -13695216 or 1050415. OLE color: 1050415.

HSL color Cylindrical-coordinate representation of color #2F0710: hue angle of 346.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F0710 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 7 16 -
CMYK 0 0.85 0.66 0.82
HSL 346.5º 0.74% 0.11% -
HSV(B) 346.5º 0.85% 0.18% -
XYZ 1.34 0.79 0.57 -
YUV 19.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 47 7 16 0 0.85 0.66 0.82 346.5 0.74 0.11
Hex 2F 7 10 0 55 42 52 15A 4A B
Octal 57 7 20 0 125 102 122 532 112 13
Binary 101111 111 10000 0 1010101 1000010 1010010 101011010 1001010 1011

Color Harmonies of #2F0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0710

Black with #2F0710

Text Example


Text Example

White with #2F0710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F0710; }

 p { color: rgb(47,7,16); }

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

background-color css

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

 a { background-color: rgb(47,7,16); }

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

border-color css

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

 span { border-color: rgb(47,7,16); }

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