Html Css Color HEX #380609 Rustic Red

📋 copy color: '#380609'

red 56 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #380609

Tints of Rustic Red #380609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 12.68%

R = 78.87%
G = 8.45%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380609 (or 0x380609) is known color: Rustic Red. HEX triplet: 38, 06 and 09. RGB value is (56,6,9). Sum of RGB (Red+Green+Blue) = 56+6+9=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 6 (2.73% from 255 or 8.45% from 71); Blue value is 9 (3.91% from 255 or 12.68% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #380609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380609 is #C7F9F6. Grayscale: #151515. Windows color (decimal): -13105655 or 591416. OLE color: 591416.

HSL color Cylindrical-coordinate representation of color #380609: hue angle of 356.4º 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 #380609 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 6 9 -
CMYK 0 0.89 0.84 0.78
HSL 356.4º 0.81% 0.12% -
HSV(B) 356.4º 0.89% 0.22% -
XYZ 1.75 0.99 0.36 -
YUV 21.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 56 6 9 0 0.89 0.84 0.78 356.4 0.81 0.12
Hex 38 6 9 0 59 54 4E 164 51 C
Octal 70 6 11 0 131 124 116 544 121 14
Binary 111000 110 1001 0 1011001 1010100 1001110 101100100 1010001 1100

Color Harmonies of #380609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380609

Black with #380609

Text Example


Text Example

White with #380609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380609; }

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

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

background-color css

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

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

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

border-color css

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

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

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