Html Css Color HEX #2F0010 Rustic Red

📋 copy color: '#2F0010'

red 47 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #2F0010

Tints of Rustic Red #2F0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.6%
G = 0%
B = 25.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.82

RGB Variations

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

Color information

#2F0010 (or 0x2F0010) is known color: Rustic Red. HEX triplet: 2F, 00 and 10. RGB value is (47,0,16). Sum of RGB (Red+Green+Blue) = 47+0+16=63 (8% of max value = 765). Red value is 47 (18.75% from 255 or 74.60% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0010 is #D0FFEF. Grayscale: #0F0F0F. Windows color (decimal): -13697008 or 1048623. OLE color: 1048623.

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

Color convert

RGB 47 0 16 -
CMYK 0 1 0.66 0.82
HSL 339.57º 1% 0.09% -
HSV(B) 339.57º 1% 0.18% -
XYZ 1.27 0.64 0.55 -
YUV 15.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 47 0 16 0 1 0.66 0.82 339.57 1 0.09
Hex 2F 0 10 0 64 42 52 154 64 9
Octal 57 0 20 0 144 102 122 524 144 11
Binary 101111 0 10000 0 1100100 1000010 1010010 101010100 1100100 1001

Color Harmonies of #2F0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0010

Black with #2F0010

Text Example


Text Example

White with #2F0010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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