Html Css Color HEX #380013 Rustic Red

📋 copy color: '#380013'

red 56 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #380013

Tints of Rustic Red #380013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 25.33%

R = 74.67%
G = 0%
B = 25.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#380013 (or 0x380013) is known color: Rustic Red. HEX triplet: 38, 00 and 13. RGB value is (56,0,19). Sum of RGB (Red+Green+Blue) = 56+0+19=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #380013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380013 is #C7FFEC. Grayscale: #121212. Windows color (decimal): -13107181 or 1245240. OLE color: 1245240.

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

Color convert

RGB 56 0 19 -
CMYK 0 1 0.66 0.78
HSL 339.64º 1% 0.11% -
HSV(B) 339.64º 1% 0.22% -
XYZ 1.75 0.89 0.7 -
YUV 18.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 56 0 19 0 1 0.66 0.78 339.64 1 0.11
Hex 38 0 13 0 64 42 4E 154 64 B
Octal 70 0 23 0 144 102 116 524 144 13
Binary 111000 0 10011 0 1100100 1000010 1001110 101010100 1100100 1011

Color Harmonies of #380013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380013

Black with #380013

Text Example


Text Example

White with #380013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380013; }

 p { color: rgb(56,0,19); }

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

background-color css

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

 a { background-color: rgb(56,0,19); }

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

border-color css

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

 span { border-color: rgb(56,0,19); }

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