Html Css Color HEX #380A17 Rustic Red

📋 copy color: '#380A17'

red 56 ◦ green 10 ◦ blue 23

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

Shades of Rustic Red #380A17

Tints of Rustic Red #380A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.24%

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

R = 62.92%
G = 11.24%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#380A17 (or 0x380A17) is known color: Rustic Red. HEX triplet: 38, 0A and 17. RGB value is (56,10,23). Sum of RGB (Red+Green+Blue) = 56+10+23=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #380A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A17 is #C7F5E8. Grayscale: #191919. Windows color (decimal): -13104617 or 1509944. OLE color: 1509944.

HSL color Cylindrical-coordinate representation of color #380A17: hue angle of 343.04º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A17 is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 23 -
CMYK 0 0.82 0.59 0.78
HSL 343.04º 0.7% 0.13% -
HSV(B) 343.04º 0.82% 0.22% -
XYZ 1.89 1.12 0.93 -
YUV 25.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 56 10 23 0 0.82 0.59 0.78 343.04 0.7 0.13
Hex 38 A 17 0 52 3B 4E 157 46 D
Octal 70 12 27 0 122 73 116 527 106 15
Binary 111000 1010 10111 0 1010010 111011 1001110 101010111 1000110 1101

Color Harmonies of #380A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A17

Black with #380A17

Text Example


Text Example

White with #380A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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