Html Css Color HEX #3C090F Rustic Red

📋 copy color: '#3C090F'

red 60 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #3C090F

Tints of Rustic Red #3C090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.71%

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 71.43%
G = 10.71%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3C090F (or 0x3C090F) is known color: Rustic Red. HEX triplet: 3C, 09 and 0F. RGB value is (60,9,15). Sum of RGB (Red+Green+Blue) = 60+9+15=84 (11% of max value = 765). Red value is 60 (23.83% from 255 or 71.43% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 60 - color contains mainly: red. Hex color #3C090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C090F is #C3F6F0. Grayscale: #181818. Windows color (decimal): -12842737 or 985404. OLE color: 985404.

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

Color convert

RGB 60 9 15 -
CMYK 0 0.85 0.75 0.76
HSL 352.94º 0.74% 0.14% -
HSV(B) 352.94º 0.85% 0.24% -
XYZ 2.05 1.19 0.57 -
YUV 24.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 60 9 15 0 0.85 0.75 0.76 352.94 0.74 0.14
Hex 3C 9 F 0 55 4B 4C 161 4A E
Octal 74 11 17 0 125 113 114 541 112 16
Binary 111100 1001 1111 0 1010101 1001011 1001100 101100001 1001010 1110

Color Harmonies of #3C090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C090F

Black with #3C090F

Text Example


Text Example

White with #3C090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,9,15); }

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

background-color css

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

 a { background-color: rgb(60,9,15); }

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

border-color css

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

 span { border-color: rgb(60,9,15); }

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