Html Css Color HEX #380203 Rustic Red

📋 copy color: '#380203'

red 56 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #380203

Tints of Rustic Red #380203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.28%

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

R = 91.8%
G = 3.28%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#380203 (or 0x380203) is known color: 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

RGB 56 2 3 -
CMYK 0 0.96 0.95 0.78
HSL 358.89º 0.93% 0.11% -
HSV(B) 358.89º 0.96% 0.22% -
XYZ 1.67 0.89 0.17 -
YUV 18.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 56 2 3 0 0.96 0.95 0.78 358.89 0.93 0.11
Hex 38 2 3 0 60 5F 4E 167 5D B
Octal 70 2 3 0 140 137 116 547 135 13
Binary 111000 10 11 0 1100000 1011111 1001110 101100111 1011101 1011

Color Harmonies of #380203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380203

Black with #380203

Text Example


Text Example

White with #380203

Text Example


Text Example

HTML Codes & Css Web 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>