Html Css Color HEX #380718 Rustic Red

📋 copy color: '#380718'

red 56 ◦ green 7 ◦ blue 24

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

Shades of Rustic Red #380718

Tints of Rustic Red #380718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 64.37%
G = 8.05%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#380718 (or 0x380718) is known color: Rustic Red. HEX triplet: 38, 07 and 18. RGB value is (56,7,24). Sum of RGB (Red+Green+Blue) = 56+7+24=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #380718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380718 is #C7F8E7. Grayscale: #171717. Windows color (decimal): -13105384 or 1574712. OLE color: 1574712.

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

Color convert

RGB 56 7 24 -
CMYK 0 0.88 0.57 0.78
HSL 339.18º 0.78% 0.12% -
HSV(B) 339.18º 0.88% 0.22% -
XYZ 1.87 1.06 0.97 -
YUV 23.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 56 7 24 0 0.88 0.57 0.78 339.18 0.78 0.12
Hex 38 7 18 0 58 39 4E 153 4E C
Octal 70 7 30 0 130 71 116 523 116 14
Binary 111000 111 11000 0 1011000 111001 1001110 101010011 1001110 1100

Color Harmonies of #380718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380718

Black with #380718

Text Example


Text Example

White with #380718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380718; }

 p { color: rgb(56,7,24); }

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

background-color css

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

 a { background-color: rgb(56,7,24); }

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

border-color css

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

 span { border-color: rgb(56,7,24); }

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