Html Css Color HEX #380514 Rustic Red

📋 copy color: '#380514'

red 56 ◦ green 5 ◦ blue 20

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

Shades of Rustic Red #380514

Tints of Rustic Red #380514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.17%

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

R = 69.14%
G = 6.17%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#380514 (or 0x380514) is known color: Rustic Red. HEX triplet: 38, 05 and 14. RGB value is (56,5,20). Sum of RGB (Red+Green+Blue) = 56+5+20=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380514 is #C7FAEB. Grayscale: #151515. Windows color (decimal): -13105900 or 1312056. OLE color: 1312056.

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

Color convert

RGB 56 5 20 -
CMYK 0 0.91 0.64 0.78
HSL 342.35º 0.84% 0.12% -
HSV(B) 342.35º 0.91% 0.22% -
XYZ 1.81 1 0.76 -
YUV 21.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 56 5 20 0 0.91 0.64 0.78 342.35 0.84 0.12
Hex 38 5 14 0 5B 40 4E 156 54 C
Octal 70 5 24 0 133 100 116 526 124 14
Binary 111000 101 10100 0 1011011 1000000 1001110 101010110 1010100 1100

Color Harmonies of #380514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380514

Black with #380514

Text Example


Text Example

White with #380514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380514; }

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

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

background-color css

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

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

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

border-color css

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

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

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