Html Css Color HEX #380619 Rustic Red

📋 copy color: '#380619'

red 56 ◦ green 6 ◦ blue 25

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

Shades of Rustic Red #380619

Tints of Rustic Red #380619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.9%

 BLUE value IS 25 (10.16% from 255) = 28.74%

R = 64.37%
G = 6.9%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#380619 (or 0x380619) is known color: Rustic Red. HEX triplet: 38, 06 and 19. RGB value is (56,6,25). Sum of RGB (Red+Green+Blue) = 56+6+25=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #380619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380619 is #C7F9E6. Grayscale: #171717. Windows color (decimal): -13105639 or 1639992. OLE color: 1639992.

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

Color convert

RGB 56 6 25 -
CMYK 0 0.89 0.55 0.78
HSL 337.2º 0.81% 0.12% -
HSV(B) 337.2º 0.89% 0.22% -
XYZ 1.87 1.04 1.02 -
YUV 23.12 129.07 151.46 -
System Red Green Blue C M Y K H S L
Decimal 56 6 25 0 0.89 0.55 0.78 337.2 0.81 0.12
Hex 38 6 19 0 59 37 4E 151 51 C
Octal 70 6 31 0 131 67 116 521 121 14
Binary 111000 110 11001 0 1011001 110111 1001110 101010001 1010001 1100

Color Harmonies of #380619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380619

Black with #380619

Text Example


Text Example

White with #380619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380619; }

 p { color: rgb(56,6,25); }

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

background-color css

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

 a { background-color: rgb(56,6,25); }

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

border-color css

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

 span { border-color: rgb(56,6,25); }

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