Html Css Color HEX #380714 Rustic Red

📋 copy color: '#380714'

red 56 ◦ green 7 ◦ blue 20

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

Shades of Rustic Red #380714

Tints of Rustic Red #380714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 24.1%

R = 67.47%
G = 8.43%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#380714 (or 0x380714) is known color: Rustic Red. HEX triplet: 38, 07 and 14. RGB value is (56,7,20). Sum of RGB (Red+Green+Blue) = 56+7+20=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380714 is #C7F8EB. Grayscale: #171717. Windows color (decimal): -13105388 or 1312568. OLE color: 1312568.

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

Color convert

RGB 56 7 20 -
CMYK 0 0.88 0.64 0.78
HSL 344.08º 0.78% 0.12% -
HSV(B) 344.08º 0.88% 0.22% -
XYZ 1.83 1.04 0.77 -
YUV 23.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 56 7 20 0 0.88 0.64 0.78 344.08 0.78 0.12
Hex 38 7 14 0 58 40 4E 158 4E C
Octal 70 7 24 0 130 100 116 530 116 14
Binary 111000 111 10100 0 1011000 1000000 1001110 101011000 1001110 1100

Color Harmonies of #380714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380714

Black with #380714

Text Example


Text Example

White with #380714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380714; }

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

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

background-color css

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

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

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

border-color css

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

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

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