Html Css Color HEX #2F0004 Rustic Red

📋 copy color: '#2F0004'

red 47 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #2F0004

Tints of Rustic Red #2F0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 7.84%

R = 92.16%
G = 0%
B = 7.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.82

RGB Variations

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

Color information

#2F0004 (or 0x2F0004) is known color: Rustic Red. HEX triplet: 2F, 00 and 04. RGB value is (47,0,4). Sum of RGB (Red+Green+Blue) = 47+0+4=51 (6% of max value = 765). Red value is 47 (18.75% from 255 or 92.16% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0004 is #D0FFFB. Grayscale: #0E0E0E. Windows color (decimal): -13697020 or 262191. OLE color: 262191.

HSL color Cylindrical-coordinate representation of color #2F0004: hue angle of 354.89º 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 #2F0004 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB 47 0 4 -
CMYK 0 1 0.91 0.82
HSL 354.89º 1% 0.09% -
HSV(B) 354.89º 1% 0.18% -
XYZ 1.19 0.61 0.17 -
YUV 14.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 47 0 4 0 1 0.91 0.82 354.89 1 0.09
Hex 2F 0 4 0 64 5B 52 163 64 9
Octal 57 0 4 0 144 133 122 543 144 11
Binary 101111 0 100 0 1100100 1011011 1010010 101100011 1100100 1001

Color Harmonies of #2F0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0004

Black with #2F0004

Text Example


Text Example

White with #2F0004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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