Html Css Color HEX #381617 Rustic Red

📋 copy color: '#381617'

red 56 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #381617

Tints of Rustic Red #381617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.78%

 BLUE value IS 23 (9.38% from 255) = 22.77%

R = 55.45%
G = 21.78%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#381617 (or 0x381617) is known color: Rustic Red. HEX triplet: 38, 16 and 17. RGB value is (56,22,23). Sum of RGB (Red+Green+Blue) = 56+22+23=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #381617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381617 is #C7E9E8. Grayscale: #202020. Windows color (decimal): -13101545 or 1513016. OLE color: 1513016.

HSL color Cylindrical-coordinate representation of color #381617: hue angle of 358.24º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #381617 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 22 23 -
CMYK 0 0.61 0.59 0.78
HSL 358.24º 0.44% 0.15% -
HSV(B) 358.24º 0.61% 0.22% -
XYZ 2.07 1.48 0.99 -
YUV 32.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 56 22 23 0 0.61 0.59 0.78 358.24 0.44 0.15
Hex 38 16 17 0 3D 3B 4E 166 2C F
Octal 70 26 27 0 75 73 116 546 54 17
Binary 111000 10110 10111 0 111101 111011 1001110 101100110 101100 1111

Color Harmonies of #381617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381617

Black with #381617

Text Example


Text Example

White with #381617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381617; }

 p { color: rgb(56,22,23); }

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

background-color css

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

 a { background-color: rgb(56,22,23); }

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

border-color css

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

 span { border-color: rgb(56,22,23); }

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