Html Css Color HEX #2F000F Rustic Red

📋 copy color: '#2F000F'

red 47 ◦ green 0 ◦ blue 15

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

Shades of Rustic Red #2F000F

Tints of Rustic Red #2F000F

RGB

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

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

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

R = 75.81%
G = 0%
B = 24.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.82

RGB Variations

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

Color information

#2F000F (or 0x2F000F) is known color: Rustic Red. HEX triplet: 2F, 00 and 0F. RGB value is (47,0,15). Sum of RGB (Red+Green+Blue) = 47+0+15=62 (8% of max value = 765). Red value is 47 (18.75% from 255 or 75.81% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 47 - color contains mainly: red. Hex color #2F000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F000F is #D0FFF0. Grayscale: #0F0F0F. Windows color (decimal): -13697009 or 983087. OLE color: 983087.

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

Color convert

RGB 47 0 15 -
CMYK 0 1 0.68 0.82
HSL 340.85º 1% 0.09% -
HSV(B) 340.85º 1% 0.18% -
XYZ 1.26 0.64 0.51 -
YUV 15.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 47 0 15 0 1 0.68 0.82 340.85 1 0.09
Hex 2F 0 F 0 64 44 52 155 64 9
Octal 57 0 17 0 144 104 122 525 144 11
Binary 101111 0 1111 0 1100100 1000100 1010010 101010101 1100100 1001

Color Harmonies of #2F000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F000F

Black with #2F000F

Text Example


Text Example

White with #2F000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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