Html Css Color HEX #2F0809 Rustic Red

📋 copy color: '#2F0809'

red 47 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #2F0809

Tints of Rustic Red #2F0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.5%

 BLUE value IS 9 (3.91% from 255) = 14.06%

R = 73.44%
G = 12.5%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.82

RGB Variations

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

Color information

#2F0809 (or 0x2F0809) is known color: Rustic Red. HEX triplet: 2F, 08 and 09. RGB value is (47,8,9). Sum of RGB (Red+Green+Blue) = 47+8+9=64 (8% of max value = 765). Red value is 47 (18.75% from 255 or 73.44% from 64); Green value is 8 (3.52% from 255 or 12.5% from 64); Blue value is 9 (3.91% from 255 or 14.06% from 64); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0809 is #D0F7F6. Grayscale: #131313. Windows color (decimal): -13694967 or 591919. OLE color: 591919.

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

Color convert

RGB 47 8 9 -
CMYK 0 0.83 0.81 0.82
HSL 358.46º 0.71% 0.11% -
HSV(B) 358.46º 0.83% 0.18% -
XYZ 1.31 0.8 0.34 -
YUV 19.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 47 8 9 0 0.83 0.81 0.82 358.46 0.71 0.11
Hex 2F 8 9 0 53 51 52 166 47 B
Octal 57 10 11 0 123 121 122 546 107 13
Binary 101111 1000 1001 0 1010011 1010001 1010010 101100110 1000111 1011

Color Harmonies of #2F0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0809

Black with #2F0809

Text Example


Text Example

White with #2F0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,8,9); }

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

background-color css

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

 a { background-color: rgb(47,8,9); }

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

border-color css

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

 span { border-color: rgb(47,8,9); }

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