Html Css Color HEX #2C0509 Rustic Red

📋 copy color: '#2C0509'

red 44 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #2C0509

Tints of Rustic Red #2C0509

RGB

 RED value IS 44 (17.58% from 255) = 75.86%

 GREEN value IS 5 (2.34% from 255) = 8.62%

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

R = 75.86%
G = 8.62%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.83

RGB Variations

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

Color information

#2C0509 (or 0x2C0509) is known color: Rustic Red. HEX triplet: 2C, 05 and 09. RGB value is (44,5,9). Sum of RGB (Red+Green+Blue) = 44+5+9=58 (7% of max value = 765). Red value is 44 (17.58% from 255 or 75.86% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0509 is #D3FAF6. Grayscale: #111111. Windows color (decimal): -13892343 or 591148. OLE color: 591148.

HSL color Cylindrical-coordinate representation of color #2C0509: hue angle of 353.85º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0509 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 5 9 -
CMYK 0 0.89 0.80 0.83
HSL 353.85º 0.8% 0.1% -
HSV(B) 353.85º 0.89% 0.17% -
XYZ 1.14 0.66 0.33 -
YUV 17.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 44 5 9 0 0.89 0.80 0.83 353.85 0.8 0.1
Hex 2C 5 9 0 59 50 53 162 50 A
Octal 54 5 11 0 131 120 123 542 120 12
Binary 101100 101 1001 0 1011001 1010000 1010011 101100010 1010000 1010

Color Harmonies of #2C0509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0509

Black with #2C0509

Text Example


Text Example

White with #2C0509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,5,9); }

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

background-color css

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

 a { background-color: rgb(44,5,9); }

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

border-color css

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

 span { border-color: rgb(44,5,9); }

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