Html Css Color HEX #3C0D19 Rustic Red

📋 copy color: '#3C0D19'

red 60 ◦ green 13 ◦ blue 25

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

Shades of Rustic Red #3C0D19

Tints of Rustic Red #3C0D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.27%

 BLUE value IS 25 (10.16% from 255) = 25.51%

R = 61.22%
G = 13.27%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#3C0D19 (or 0x3C0D19) is known color: Rustic Red. HEX triplet: 3C, 0D and 19. RGB value is (60,13,25). Sum of RGB (Red+Green+Blue) = 60+13+25=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 13 (5.47% from 255 or 13.27% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D19 is #C3F2E6. Grayscale: #1C1C1C. Windows color (decimal): -12841703 or 1641788. OLE color: 1641788.

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

Color convert

RGB 60 13 25 -
CMYK 0 0.78 0.58 0.76
HSL 344.68º 0.64% 0.14% -
HSV(B) 344.68º 0.78% 0.24% -
XYZ 2.18 1.32 1.06 -
YUV 28.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 60 13 25 0 0.78 0.58 0.76 344.68 0.64 0.14
Hex 3C D 19 0 4E 3A 4C 159 40 E
Octal 74 15 31 0 116 72 114 531 100 16
Binary 111100 1101 11001 0 1001110 111010 1001100 101011001 1000000 1110

Color Harmonies of #3C0D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D19

Black with #3C0D19

Text Example


Text Example

White with #3C0D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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