Html Css Color HEX #38131C Rustic Red

📋 copy color: '#38131C'

red 56 ◦ green 19 ◦ blue 28

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

Shades of Rustic Red #38131C

Tints of Rustic Red #38131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.45%

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 54.37%
G = 18.45%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38131C (or 0x38131C) is known color: Rustic Red. HEX triplet: 38, 13 and 1C. RGB value is (56,19,28). Sum of RGB (Red+Green+Blue) = 56+19+28=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131C is #C7ECE3. Grayscale: #1F1F1F. Windows color (decimal): -13102308 or 1839928. OLE color: 1839928.

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

Color convert

RGB 56 19 28 -
CMYK 0 0.66 0.50 0.78
HSL 345.41º 0.49% 0.15% -
HSV(B) 345.41º 0.66% 0.22% -
XYZ 2.07 1.39 1.26 -
YUV 31.09 126.26 145.77 -
System Red Green Blue C M Y K H S L
Decimal 56 19 28 0 0.66 0.50 0.78 345.41 0.49 0.15
Hex 38 13 1C 0 42 32 4E 159 31 F
Octal 70 23 34 0 102 62 116 531 61 17
Binary 111000 10011 11100 0 1000010 110010 1001110 101011001 110001 1111

Color Harmonies of #38131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38131C

Black with #38131C

Text Example


Text Example

White with #38131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38131C; }

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

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

background-color css

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

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

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

border-color css

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

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

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