Html Css Color HEX #380217 Rustic Red

📋 copy color: '#380217'

red 56 ◦ green 2 ◦ blue 23

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

Shades of Rustic Red #380217

Tints of Rustic Red #380217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.47%

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

R = 69.14%
G = 2.47%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#380217 (or 0x380217) is known color: Rustic Red. HEX triplet: 38, 02 and 17. RGB value is (56,2,23). Sum of RGB (Red+Green+Blue) = 56+2+23=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380217 is #C7FDE8. Grayscale: #141414. Windows color (decimal): -13106665 or 1507896. OLE color: 1507896.

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

Color convert

RGB 56 2 23 -
CMYK 0 0.96 0.59 0.78
HSL 336.67º 0.93% 0.11% -
HSV(B) 336.67º 0.96% 0.22% -
XYZ 1.81 0.95 0.9 -
YUV 20.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 56 2 23 0 0.96 0.59 0.78 336.67 0.93 0.11
Hex 38 2 17 0 60 3B 4E 151 5D B
Octal 70 2 27 0 140 73 116 521 135 13
Binary 111000 10 10111 0 1100000 111011 1001110 101010001 1011101 1011

Color Harmonies of #380217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380217

Black with #380217

Text Example


Text Example

White with #380217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380217; }

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

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

background-color css

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

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

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

border-color css

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

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

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