Html Css Color HEX #380617 Rustic Red

📋 copy color: '#380617'

red 56 ◦ green 6 ◦ blue 23

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

Shades of Rustic Red #380617

Tints of Rustic Red #380617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.06%

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

R = 65.88%
G = 7.06%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#380617 (or 0x380617) is known color: Rustic Red. HEX triplet: 38, 06 and 17. RGB value is (56,6,23). Sum of RGB (Red+Green+Blue) = 56+6+23=85 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.88% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 56 - color contains mainly: red. Hex color #380617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380617 is #C7F9E8. Grayscale: #161616. Windows color (decimal): -13105641 or 1508920. OLE color: 1508920.

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

Color convert

RGB 56 6 23 -
CMYK 0 0.89 0.59 0.78
HSL 339.6º 0.81% 0.12% -
HSV(B) 339.6º 0.89% 0.22% -
XYZ 1.85 1.03 0.91 -
YUV 22.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 56 6 23 0 0.89 0.59 0.78 339.6 0.81 0.12
Hex 38 6 17 0 59 3B 4E 154 51 C
Octal 70 6 27 0 131 73 116 524 121 14
Binary 111000 110 10111 0 1011001 111011 1001110 101010100 1010001 1100

Color Harmonies of #380617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380617

Black with #380617

Text Example


Text Example

White with #380617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380617; }

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

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

background-color css

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

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

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

border-color css

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

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

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