Html Css Color HEX #380009 Rustic Red

📋 copy color: '#380009'

red 56 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #380009

Tints of Rustic Red #380009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.15%
G = 0%
B = 13.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380009 (or 0x380009) is known color: Rustic Red. HEX triplet: 38, 00 and 09. RGB value is (56,0,9). Sum of RGB (Red+Green+Blue) = 56+0+9=65 (8% of max value = 765). Red value is 56 (22.27% from 255 or 86.15% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 56 - color contains mainly: red. Hex color #380009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380009 is #C7FFF6. Grayscale: #111111. Windows color (decimal): -13107191 or 589880. OLE color: 589880.

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

Color convert

RGB 56 0 9 -
CMYK 0 1 0.84 0.78
HSL 350.36º 1% 0.11% -
HSV(B) 350.36º 1% 0.22% -
XYZ 1.68 0.86 0.34 -
YUV 17.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 56 0 9 0 1 0.84 0.78 350.36 1 0.11
Hex 38 0 9 0 64 54 4E 15E 64 B
Octal 70 0 11 0 144 124 116 536 144 13
Binary 111000 0 1001 0 1100100 1010100 1001110 101011110 1100100 1011

Color Harmonies of #380009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380009

Black with #380009

Text Example


Text Example

White with #380009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380009; }

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

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

background-color css

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

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

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

border-color css

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

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

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