Html Css Color HEX #3C080F Rustic Red

📋 copy color: '#3C080F'

red 60 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #3C080F

Tints of Rustic Red #3C080F

RGB

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

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

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

R = 72.29%
G = 9.64%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3C080F (or 0x3C080F) is known color: Rustic Red. HEX triplet: 3C, 08 and 0F. RGB value is (60,8,15). Sum of RGB (Red+Green+Blue) = 60+8+15=83 (10% of max value = 765). Red value is 60 (23.83% from 255 or 72.29% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 60 - color contains mainly: red. Hex color #3C080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C080F is #C3F7F0. Grayscale: #181818. Windows color (decimal): -12842993 or 985148. OLE color: 985148.

HSL color Cylindrical-coordinate representation of color #3C080F: hue angle of 351.92º 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 #3C080F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 8 15 -
CMYK 0 0.87 0.75 0.76
HSL 351.92º 0.76% 0.13% -
HSV(B) 351.92º 0.87% 0.24% -
XYZ 2.04 1.17 0.57 -
YUV 24.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 60 8 15 0 0.87 0.75 0.76 351.92 0.76 0.13
Hex 3C 8 F 0 57 4B 4C 160 4C D
Octal 74 10 17 0 127 113 114 540 114 15
Binary 111100 1000 1111 0 1010111 1001011 1001100 101100000 1001100 1101

Color Harmonies of #3C080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C080F

Black with #3C080F

Text Example


Text Example

White with #3C080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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