Html Css Color HEX #380910 Rustic Red

📋 copy color: '#380910'

red 56 ◦ green 9 ◦ blue 16

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

Shades of Rustic Red #380910

Tints of Rustic Red #380910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.11%

 BLUE value IS 16 (6.64% from 255) = 19.75%

R = 69.14%
G = 11.11%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#380910 (or 0x380910) is known color: Rustic Red. HEX triplet: 38, 09 and 10. RGB value is (56,9,16). Sum of RGB (Red+Green+Blue) = 56+9+16=81 (10% of max value = 765). Red value is 56 (22.27% from 255 or 69.14% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 56 - color contains mainly: red. Hex color #380910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380910 is #C7F6EF. Grayscale: #171717. Windows color (decimal): -13104880 or 1050936. OLE color: 1050936.

HSL color Cylindrical-coordinate representation of color #380910: hue angle of 351.06º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380910 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 9 16 -
CMYK 0 0.84 0.71 0.78
HSL 351.06º 0.72% 0.13% -
HSV(B) 351.06º 0.84% 0.22% -
XYZ 1.82 1.07 0.6 -
YUV 23.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 56 9 16 0 0.84 0.71 0.78 351.06 0.72 0.13
Hex 38 9 10 0 54 47 4E 15F 48 D
Octal 70 11 20 0 124 107 116 537 110 15
Binary 111000 1001 10000 0 1010100 1000111 1001110 101011111 1001000 1101

Color Harmonies of #380910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380910

Black with #380910

Text Example


Text Example

White with #380910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380910; }

 p { color: rgb(56,9,16); }

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

background-color css

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

 a { background-color: rgb(56,9,16); }

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

border-color css

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

 span { border-color: rgb(56,9,16); }

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