Html Css Color HEX #380712 Rustic Red

📋 copy color: '#380712'

red 56 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #380712

Tints of Rustic Red #380712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.22%

R = 69.14%
G = 8.64%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#380712 (or 0x380712) is known color: Rustic Red. HEX triplet: 38, 07 and 12. RGB value is (56,7,18). Sum of RGB (Red+Green+Blue) = 56+7+18=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380712 is #C7F8ED. Grayscale: #161616. Windows color (decimal): -13105390 or 1181496. OLE color: 1181496.

HSL color Cylindrical-coordinate representation of color #380712: hue angle of 346.53º 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 #380712 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 7 18 -
CMYK 0 0.88 0.68 0.78
HSL 346.53º 0.78% 0.12% -
HSV(B) 346.53º 0.88% 0.22% -
XYZ 1.82 1.04 0.68 -
YUV 22.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 56 7 18 0 0.88 0.68 0.78 346.53 0.78 0.12
Hex 38 7 12 0 58 44 4E 15B 4E C
Octal 70 7 22 0 130 104 116 533 116 14
Binary 111000 111 10010 0 1011000 1000100 1001110 101011011 1001110 1100

Color Harmonies of #380712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380712

Black with #380712

Text Example


Text Example

White with #380712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380712; }

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

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

background-color css

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

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

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

border-color css

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

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

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