Html Css Color HEX #3C071A Rustic Red

📋 copy color: '#3C071A'

red 60 ◦ green 7 ◦ blue 26

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

Shades of Rustic Red #3C071A

Tints of Rustic Red #3C071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 64.52%
G = 7.53%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#3C071A (or 0x3C071A) is known color: Rustic Red. HEX triplet: 3C, 07 and 1A. RGB value is (60,7,26). Sum of RGB (Red+Green+Blue) = 60+7+26=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C071A is #C3F8E5. Grayscale: #181818. Windows color (decimal): -12843238 or 1705788. OLE color: 1705788.

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

Color convert

RGB 60 7 26 -
CMYK 0 0.88 0.57 0.76
HSL 338.49º 0.79% 0.13% -
HSV(B) 338.49º 0.88% 0.24% -
XYZ 2.13 1.19 1.09 -
YUV 25.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 60 7 26 0 0.88 0.57 0.76 338.49 0.79 0.13
Hex 3C 7 1A 0 58 39 4C 152 4F D
Octal 74 7 32 0 130 71 114 522 117 15
Binary 111100 111 11010 0 1011000 111001 1001100 101010010 1001111 1101

Color Harmonies of #3C071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C071A

Black with #3C071A

Text Example


Text Example

White with #3C071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,26); }

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

background-color css

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

 a { background-color: rgb(60,7,26); }

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

border-color css

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

 span { border-color: rgb(60,7,26); }

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