Html Css Color HEX #38060D Rustic Red

📋 copy color: '#38060D'

red 56 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #38060D

Tints of Rustic Red #38060D

RGB

 RED value IS 56 (22.27% from 255) = 74.67%

 GREEN value IS 6 (2.73% from 255) = 8%

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 74.67%
G = 8%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38060D (or 0x38060D) is known color: Rustic Red. HEX triplet: 38, 06 and 0D. RGB value is (56,6,13). Sum of RGB (Red+Green+Blue) = 56+6+13=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #38060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38060D is #C7F9F2. Grayscale: #151515. Windows color (decimal): -13105651 or 853560. OLE color: 853560.

HSL color Cylindrical-coordinate representation of color #38060D: hue angle of 351.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38060D is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 6 13 -
CMYK 0 0.89 0.77 0.78
HSL 351.6º 0.81% 0.12% -
HSV(B) 351.6º 0.89% 0.22% -
XYZ 1.77 1 0.48 -
YUV 21.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 56 6 13 0 0.89 0.77 0.78 351.6 0.81 0.12
Hex 38 6 D 0 59 4D 4E 160 51 C
Octal 70 6 15 0 131 115 116 540 121 14
Binary 111000 110 1101 0 1011001 1001101 1001110 101100000 1010001 1100

Color Harmonies of #38060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38060D

Black with #38060D

Text Example


Text Example

White with #38060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38060D; }

 p { color: rgb(56,6,13); }

 H1.HeaderClassName
 {
   color: #38060D;
 }
 .AnyTagClassName
 {
   color: #38060D;
 }
</style>

background-color css

<style>
 a { background-color: #38060D; }

 a { background-color: rgb(56,6,13); }

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

border-color css

<style>
 span { border-color: #38060D; }

 span { border-color: rgb(56,6,13); }

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