Html Css Color HEX #380001 Rustic Red

📋 copy color: '#380001'

red 56 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #380001

Tints of Rustic Red #380001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.75%

R = 98.25%
G = 0%
B = 1.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#380001 (or 0x380001) is known color: Rustic Red. HEX triplet: 38, 00 and 01. RGB value is (56,0,1). Sum of RGB (Red+Green+Blue) = 56+0+1=57 (7% of max value = 765). Red value is 56 (22.27% from 255 or 98.25% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 1 (0.78% from 255 or 1.75% from 57); Max value from RGB is 56 - color contains mainly: red. Hex color #380001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380001 is #C7FFFE. Grayscale: #101010. Windows color (decimal): -13107199 or 65592. OLE color: 65592.

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

Color convert

RGB 56 0 1 -
CMYK 0 1 0.98 0.78
HSL 358.93º 1% 0.11% -
HSV(B) 358.93º 1% 0.22% -
XYZ 1.64 0.84 0.11 -
YUV 16.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 56 0 1 0 1 0.98 0.78 358.93 1 0.11
Hex 38 0 1 0 64 62 4E 167 64 B
Octal 70 0 1 0 144 142 116 547 144 13
Binary 111000 0 1 0 1100100 1100010 1001110 101100111 1100100 1011

Color Harmonies of #380001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380001

Black with #380001

Text Example


Text Example

White with #380001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380001; }

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

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

background-color css

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

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

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

border-color css

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

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

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