Html Css Color HEX #38191D Rustic Red

📋 copy color: '#38191D'

red 56 ◦ green 25 ◦ blue 29

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

Shades of Rustic Red #38191D

Tints of Rustic Red #38191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.73%

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 50.91%
G = 22.73%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#38191D (or 0x38191D) is known color: Rustic Red. HEX triplet: 38, 19 and 1D. RGB value is (56,25,29). Sum of RGB (Red+Green+Blue) = 56+25+29=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38191D is #C7E6E2. Grayscale: #222222. Windows color (decimal): -13100771 or 1907000. OLE color: 1907000.

HSL color Cylindrical-coordinate representation of color #38191D: hue angle of 352.26º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38191D is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 25 29 -
CMYK 0 0.55 0.48 0.78
HSL 352.26º 0.38% 0.16% -
HSV(B) 352.26º 0.55% 0.22% -
XYZ 2.2 1.62 1.36 -
YUV 34.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 56 25 29 0 0.55 0.48 0.78 352.26 0.38 0.16
Hex 38 19 1D 0 37 30 4E 160 26 10
Octal 70 31 35 0 67 60 116 540 46 20
Binary 111000 11001 11101 0 110111 110000 1001110 101100000 100110 10000

Color Harmonies of #38191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38191D

Black with #38191D

Text Example


Text Example

White with #38191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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