Html Css Color HEX #2D000D Rustic Red

📋 copy color: '#2D000D'

red 45 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #2D000D

Tints of Rustic Red #2D000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 77.59%
G = 0%
B = 22.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.82

RGB Variations

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

Color information

#2D000D (or 0x2D000D) is known color: Rustic Red. HEX triplet: 2D, 00 and 0D. RGB value is (45,0,13). Sum of RGB (Red+Green+Blue) = 45+0+13=58 (7% of max value = 765). Red value is 45 (17.97% from 255 or 77.59% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 45 - color contains mainly: red. Hex color #2D000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D000D is #D2FFF2. Grayscale: #0E0E0E. Windows color (decimal): -13828083 or 852013. OLE color: 852013.

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

Color convert

RGB 45 0 13 -
CMYK 0 1 0.71 0.82
HSL 342.67º 1% 0.09% -
HSV(B) 342.67º 1% 0.18% -
XYZ 1.15 0.59 0.43 -
YUV 14.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 45 0 13 0 1 0.71 0.82 342.67 1 0.09
Hex 2D 0 D 0 64 47 52 157 64 9
Octal 55 0 15 0 144 107 122 527 144 11
Binary 101101 0 1101 0 1100100 1000111 1010010 101010111 1100100 1001

Color Harmonies of #2D000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D000D

Black with #2D000D

Text Example


Text Example

White with #2D000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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