Html Css Color HEX #3C0D1B Rustic Red

📋 copy color: '#3C0D1B'

red 60 ◦ green 13 ◦ blue 27

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

Shades of Rustic Red #3C0D1B

Tints of Rustic Red #3C0D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27%

R = 60%
G = 13%
B = 27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#3C0D1B (or 0x3C0D1B) is known color: Rustic Red. HEX triplet: 3C, 0D and 1B. RGB value is (60,13,27). Sum of RGB (Red+Green+Blue) = 60+13+27=100 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0D1B is #C3F2E4. Grayscale: #1C1C1C. Windows color (decimal): -12841701 or 1772860. OLE color: 1772860.

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

Color convert

RGB 60 13 27 -
CMYK 0 0.78 0.55 0.76
HSL 342.13º 0.64% 0.14% -
HSV(B) 342.13º 0.78% 0.24% -
XYZ 2.21 1.33 1.18 -
YUV 28.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 60 13 27 0 0.78 0.55 0.76 342.13 0.64 0.14
Hex 3C D 1B 0 4E 37 4C 156 40 E
Octal 74 15 33 0 116 67 114 526 100 16
Binary 111100 1101 11011 0 1001110 110111 1001100 101010110 1000000 1110

Color Harmonies of #3C0D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0D1B

Black with #3C0D1B

Text Example


Text Example

White with #3C0D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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