Html Css Color HEX #380010 Rustic Red

📋 copy color: '#380010'

red 56 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #380010

Tints of Rustic Red #380010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 22.22%

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#380010 (or 0x380010) is known color: Rustic Red. HEX triplet: 38, 00 and 10. RGB value is (56,0,16). Sum of RGB (Red+Green+Blue) = 56+0+16=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380010 is #C7FFEF. Grayscale: #121212. Windows color (decimal): -13107184 or 1048632. OLE color: 1048632.

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

Color convert

RGB 56 0 16 -
CMYK 0 1 0.71 0.78
HSL 342.86º 1% 0.11% -
HSV(B) 342.86º 1% 0.22% -
XYZ 1.72 0.88 0.57 -
YUV 18.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 56 0 16 0 1 0.71 0.78 342.86 1 0.11
Hex 38 0 10 0 64 47 4E 157 64 B
Octal 70 0 20 0 144 107 116 527 144 13
Binary 111000 0 10000 0 1100100 1000111 1001110 101010111 1100100 1011

Color Harmonies of #380010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380010

Black with #380010

Text Example


Text Example

White with #380010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380010; }

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

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

background-color css

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

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

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

border-color css

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

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

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