Html Css Color HEX #380C19 Rustic Red

📋 copy color: '#380C19'

red 56 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #380C19

Tints of Rustic Red #380C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.9%

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

R = 60.22%
G = 12.9%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#380C19 (or 0x380C19) is known color: Rustic Red. HEX triplet: 38, 0C and 19. RGB value is (56,12,25). Sum of RGB (Red+Green+Blue) = 56+12+25=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C19 is #C7F3E6. Grayscale: #1A1A1A. Windows color (decimal): -13104103 or 1641528. OLE color: 1641528.

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

Color convert

RGB 56 12 25 -
CMYK 0 0.79 0.55 0.78
HSL 342.27º 0.65% 0.13% -
HSV(B) 342.27º 0.79% 0.22% -
XYZ 1.94 1.17 1.04 -
YUV 26.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 56 12 25 0 0.79 0.55 0.78 342.27 0.65 0.13
Hex 38 C 19 0 4F 37 4E 156 41 D
Octal 70 14 31 0 117 67 116 526 101 15
Binary 111000 1100 11001 0 1001111 110111 1001110 101010110 1000001 1101

Color Harmonies of #380C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C19

Black with #380C19

Text Example


Text Example

White with #380C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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