Html Css Color HEX #38060F Rustic Red

📋 copy color: '#38060F'

red 56 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #38060F

Tints of Rustic Red #38060F

RGB

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

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

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

R = 72.73%
G = 7.79%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38060F (or 0x38060F) is known color: Rustic Red. HEX triplet: 38, 06 and 0F. RGB value is (56,6,15). Sum of RGB (Red+Green+Blue) = 56+6+15=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #38060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38060F is #C7F9F0. Grayscale: #151515. Windows color (decimal): -13105649 or 984632. OLE color: 984632.

HSL color Cylindrical-coordinate representation of color #38060F: hue angle of 349.2º 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 #38060F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 6 15 -
CMYK 0 0.89 0.73 0.78
HSL 349.2º 0.81% 0.12% -
HSV(B) 349.2º 0.89% 0.22% -
XYZ 1.78 1.01 0.55 -
YUV 21.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 56 6 15 0 0.89 0.73 0.78 349.2 0.81 0.12
Hex 38 6 F 0 59 49 4E 15D 51 C
Octal 70 6 17 0 131 111 116 535 121 14
Binary 111000 110 1111 0 1011001 1001001 1001110 101011101 1010001 1100

Color Harmonies of #38060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38060F

Black with #38060F

Text Example


Text Example

White with #38060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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