Html Css Color HEX #380004 Rustic Red

📋 copy color: '#380004'

red 56 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #380004

Tints of Rustic Red #380004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 93.33%
G = 0%
B = 6.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#380004 (or 0x380004) is known color: Rustic Red. HEX triplet: 38, 00 and 04. RGB value is (56,0,4). Sum of RGB (Red+Green+Blue) = 56+0+4=60 (7% of max value = 765). Red value is 56 (22.27% from 255 or 93.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 56 - color contains mainly: red. Hex color #380004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380004 is #C7FFFB. Grayscale: #111111. Windows color (decimal): -13107196 or 262200. OLE color: 262200.

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

Color convert

RGB 56 0 4 -
CMYK 0 1 0.93 0.78
HSL 355.71º 1% 0.11% -
HSV(B) 355.71º 1% 0.22% -
XYZ 1.65 0.85 0.19 -
YUV 17.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 56 0 4 0 1 0.93 0.78 355.71 1 0.11
Hex 38 0 4 0 64 5D 4E 164 64 B
Octal 70 0 4 0 144 135 116 544 144 13
Binary 111000 0 100 0 1100100 1011101 1001110 101100100 1100100 1011

Color Harmonies of #380004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380004

Black with #380004

Text Example


Text Example

White with #380004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380004; }

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

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

background-color css

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

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

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

border-color css

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

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

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