Html Css Color HEX #3C080D Rustic Red

📋 copy color: '#3C080D'

red 60 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #3C080D

Tints of Rustic Red #3C080D

RGB

 RED value IS 60 (23.83% from 255) = 74.07%

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

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

R = 74.07%
G = 9.88%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#3C080D (or 0x3C080D) is known color: Rustic Red. HEX triplet: 3C, 08 and 0D. RGB value is (60,8,13). Sum of RGB (Red+Green+Blue) = 60+8+13=81 (10% of max value = 765). Red value is 60 (23.83% from 255 or 74.07% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 60 - color contains mainly: red. Hex color #3C080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C080D is #C3F7F2. Grayscale: #181818. Windows color (decimal): -12842995 or 854076. OLE color: 854076.

HSL color Cylindrical-coordinate representation of color #3C080D: hue angle of 354.23º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C080D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 8 13 -
CMYK 0 0.87 0.78 0.76
HSL 354.23º 0.76% 0.13% -
HSV(B) 354.23º 0.87% 0.24% -
XYZ 2.02 1.16 0.5 -
YUV 24.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 60 8 13 0 0.87 0.78 0.76 354.23 0.76 0.13
Hex 3C 8 D 0 57 4E 4C 162 4C D
Octal 74 10 15 0 127 116 114 542 114 15
Binary 111100 1000 1101 0 1010111 1001110 1001100 101100010 1001100 1101

Color Harmonies of #3C080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C080D

Black with #3C080D

Text Example


Text Example

White with #3C080D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C080D; }

 p { color: rgb(60,8,13); }

 H1.HeaderClassName
 {
   color: #3C080D;
 }
 .AnyTagClassName
 {
   color: #3C080D;
 }
</style>

background-color css

<style>
 a { background-color: #3C080D; }

 a { background-color: rgb(60,8,13); }

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

border-color css

<style>
 span { border-color: #3C080D; }

 span { border-color: rgb(60,8,13); }

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