Html Css Color HEX #380003 Rustic Red

📋 copy color: '#380003'

red 56 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #380003

Tints of Rustic Red #380003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 5.08%

R = 94.92%
G = 0%
B = 5.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#380003 (or 0x380003) is known color: Rustic Red. HEX triplet: 38, 00 and 03. RGB value is (56,0,3). Sum of RGB (Red+Green+Blue) = 56+0+3=59 (7% of max value = 765). Red value is 56 (22.27% from 255 or 94.92% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 56 - color contains mainly: red. Hex color #380003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380003 is #C7FFFC. Grayscale: #111111. Windows color (decimal): -13107197 or 196664. OLE color: 196664.

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

Color convert

RGB 56 0 3 -
CMYK 0 1 0.95 0.78
HSL 356.79º 1% 0.11% -
HSV(B) 356.79º 1% 0.22% -
XYZ 1.65 0.85 0.16 -
YUV 17.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 56 0 3 0 1 0.95 0.78 356.79 1 0.11
Hex 38 0 3 0 64 5F 4E 165 64 B
Octal 70 0 3 0 144 137 116 545 144 13
Binary 111000 0 11 0 1100100 1011111 1001110 101100101 1100100 1011

Color Harmonies of #380003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380003

Black with #380003

Text Example


Text Example

White with #380003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380003; }

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

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

background-color css

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

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

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

border-color css

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

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

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