Html Css Color HEX #380209 Rustic Red

📋 copy color: '#380209'

red 56 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #380209

Tints of Rustic Red #380209

RGB

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

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

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

R = 83.58%
G = 2.99%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380209 (or 0x380209) is known color: Rustic Red. HEX triplet: 38, 02 and 09. RGB value is (56,2,9). Sum of RGB (Red+Green+Blue) = 56+2+9=67 (8% of max value = 765). Red value is 56 (22.27% from 255 or 83.58% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 56 - color contains mainly: red. Hex color #380209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380209 is #C7FDF6. Grayscale: #121212. Windows color (decimal): -13106679 or 590392. OLE color: 590392.

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

Color convert

RGB 56 2 9 -
CMYK 0 0.96 0.84 0.78
HSL 352.22º 0.93% 0.11% -
HSV(B) 352.22º 0.96% 0.22% -
XYZ 1.7 0.9 0.34 -
YUV 18.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 56 2 9 0 0.96 0.84 0.78 352.22 0.93 0.11
Hex 38 2 9 0 60 54 4E 160 5D B
Octal 70 2 11 0 140 124 116 540 135 13
Binary 111000 10 1001 0 1100000 1010100 1001110 101100000 1011101 1011

Color Harmonies of #380209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380209

Black with #380209

Text Example


Text Example

White with #380209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380209; }

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

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

background-color css

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

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

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

border-color css

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

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

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