Html Css Color HEX #380F19 Rustic Red

📋 copy color: '#380F19'

red 56 ◦ green 15 ◦ blue 25

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

Shades of Rustic Red #380F19

Tints of Rustic Red #380F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.63%

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

R = 58.33%
G = 15.63%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#380F19 (or 0x380F19) is known color: Rustic Red. HEX triplet: 38, 0F and 19. RGB value is (56,15,25). Sum of RGB (Red+Green+Blue) = 56+15+25=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380F19 is #C7F0E6. Grayscale: #1C1C1C. Windows color (decimal): -13103335 or 1642296. OLE color: 1642296.

HSL color Cylindrical-coordinate representation of color #380F19: hue angle of 345.37º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F19 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 15 25 -
CMYK 0 0.73 0.55 0.78
HSL 345.37º 0.58% 0.14% -
HSV(B) 345.37º 0.73% 0.22% -
XYZ 1.98 1.25 1.06 -
YUV 28.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 56 15 25 0 0.73 0.55 0.78 345.37 0.58 0.14
Hex 38 F 19 0 49 37 4E 159 3A E
Octal 70 17 31 0 111 67 116 531 72 16
Binary 111000 1111 11001 0 1001001 110111 1001110 101011001 111010 1110

Color Harmonies of #380F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F19

Black with #380F19

Text Example


Text Example

White with #380F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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