Html Css Color HEX #2D000C Rustic Red

📋 copy color: '#2D000C'

red 45 ◦ green 0 ◦ blue 12

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

Shades of Rustic Red #2D000C

Tints of Rustic Red #2D000C

RGB

 RED value IS 45 (17.97% from 255) = 78.95%

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

 BLUE value IS 12 (5.08% from 255) = 21.05%

R = 78.95%
G = 0%
B = 21.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.82

RGB Variations

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

Color information

#2D000C (or 0x2D000C) is known color: Rustic Red. HEX triplet: 2D, 00 and 0C. RGB value is (45,0,12). Sum of RGB (Red+Green+Blue) = 45+0+12=57 (7% of max value = 765). Red value is 45 (17.97% from 255 or 78.95% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 45 - color contains mainly: red. Hex color #2D000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D000C is #D2FFF3. Grayscale: #0E0E0E. Windows color (decimal): -13828084 or 786477. OLE color: 786477.

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

Color convert

RGB 45 0 12 -
CMYK 0 1 0.73 0.82
HSL 344º 1% 0.09% -
HSV(B) 344º 1% 0.18% -
XYZ 1.15 0.58 0.4 -
YUV 14.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 45 0 12 0 1 0.73 0.82 344 1 0.09
Hex 2D 0 C 0 64 49 52 158 64 9
Octal 55 0 14 0 144 111 122 530 144 11
Binary 101101 0 1100 0 1100100 1001001 1010010 101011000 1100100 1001

Color Harmonies of #2D000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D000C

Black with #2D000C

Text Example


Text Example

White with #2D000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,0,12); }

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

background-color css

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

 a { background-color: rgb(45,0,12); }

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

border-color css

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

 span { border-color: rgb(45,0,12); }

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