Html Css Color HEX #38131B Rustic Red

📋 copy color: '#38131B'

red 56 ◦ green 19 ◦ blue 27

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

Shades of Rustic Red #38131B

Tints of Rustic Red #38131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 26.47%

R = 54.9%
G = 18.63%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#38131B (or 0x38131B) is known color: Rustic Red. HEX triplet: 38, 13 and 1B. RGB value is (56,19,27). Sum of RGB (Red+Green+Blue) = 56+19+27=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131B is #C7ECE4. Grayscale: #1E1E1E. Windows color (decimal): -13102309 or 1774392. OLE color: 1774392.

HSL color Cylindrical-coordinate representation of color #38131B: hue angle of 347.03º 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 #38131B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 19 27 -
CMYK 0 0.66 0.52 0.78
HSL 347.03º 0.49% 0.15% -
HSV(B) 347.03º 0.66% 0.22% -
XYZ 2.06 1.39 1.2 -
YUV 30.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 56 19 27 0 0.66 0.52 0.78 347.03 0.49 0.15
Hex 38 13 1B 0 42 34 4E 15B 31 F
Octal 70 23 33 0 102 64 116 533 61 17
Binary 111000 10011 11011 0 1000010 110100 1001110 101011011 110001 1111

Color Harmonies of #38131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38131B

Black with #38131B

Text Example


Text Example

White with #38131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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