Html Css Color HEX #380109 Rustic Red

📋 copy color: '#380109'

red 56 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #380109

Tints of Rustic Red #380109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.52%

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

R = 84.85%
G = 1.52%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#380109 (or 0x380109) is known color: Rustic Red. HEX triplet: 38, 01 and 09. RGB value is (56,1,9). Sum of RGB (Red+Green+Blue) = 56+1+9=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380109 is #C7FEF6. Grayscale: #121212. Windows color (decimal): -13106935 or 590136. OLE color: 590136.

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

Color convert

RGB 56 1 9 -
CMYK 0 0.98 0.84 0.78
HSL 351.27º 0.96% 0.11% -
HSV(B) 351.27º 0.98% 0.22% -
XYZ 1.69 0.88 0.34 -
YUV 18.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 56 1 9 0 0.98 0.84 0.78 351.27 0.96 0.11
Hex 38 1 9 0 62 54 4E 15F 60 B
Octal 70 1 11 0 142 124 116 537 140 13
Binary 111000 1 1001 0 1100010 1010100 1001110 101011111 1100000 1011

Color Harmonies of #380109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380109

Black with #380109

Text Example


Text Example

White with #380109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380109; }

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

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

background-color css

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

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

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

border-color css

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

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

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