#380203

Color #380203 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #380203

Tints of Rustic Red #380203

Color information

#380203 (or 0x380203) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 03. RGB value is (56,2,3). Sum of RGB (Red+Green+Blue) = 56+2+3=61 (8% of max value = 765). Red value is 56 (22.27% from 255 or 91.80% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 56 - color contains mainly: red. Hex color #380203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380203 is #C7FDFC. Grayscale: #121212. Windows color (decimal): -13106685 or 197176. OLE color: 197176.

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

Color convert

RGB5623-
CMYK00.960.950.78
HSL358.89º93.1%11.37%-
HSV(B)358.89º96.43%21.96%-
XYZ1.670.890.17-
YUV18.26119.39154.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 91.80%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 3 (1.56% from 255) = 4.92%
R=91.80%
G=3.28%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal562300.960.950.78358.8993.111.37
Hex38230605F4E1675db
Octal7023014013711654713513
Binary1110001011011000001011111100111010110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380203; }

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

 H1.HeaderClassName
 {
   color: #380203;
 }
 .AnyTagClassName
 {
   color: #380203;
 }
</style>
background-color css

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

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

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

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

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

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