Html Css Color HEX #380A1A Rustic Red

📋 copy color: '#380A1A'

red 56 ◦ green 10 ◦ blue 26

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

Shades of Rustic Red #380A1A

Tints of Rustic Red #380A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.87%

 BLUE value IS 26 (10.55% from 255) = 28.26%

R = 60.87%
G = 10.87%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#380A1A (or 0x380A1A) is known color: Rustic Red. HEX triplet: 38, 0A and 1A. RGB value is (56,10,26). Sum of RGB (Red+Green+Blue) = 56+10+26=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #380A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A1A is #C7F5E5. Grayscale: #191919. Windows color (decimal): -13104614 or 1706552. OLE color: 1706552.

HSL color Cylindrical-coordinate representation of color #380A1A: hue angle of 339.13º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A1A is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 26 -
CMYK 0 0.82 0.54 0.78
HSL 339.13º 0.7% 0.13% -
HSV(B) 339.13º 0.82% 0.22% -
XYZ 1.93 1.13 1.09 -
YUV 25.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 56 10 26 0 0.82 0.54 0.78 339.13 0.7 0.13
Hex 38 A 1A 0 52 36 4E 153 46 D
Octal 70 12 32 0 122 66 116 523 106 15
Binary 111000 1010 11010 0 1010010 110110 1001110 101010011 1000110 1101

Color Harmonies of #380A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A1A

Black with #380A1A

Text Example


Text Example

White with #380A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A1A; }

 p { color: rgb(56,10,26); }

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

background-color css

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

 a { background-color: rgb(56,10,26); }

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

border-color css

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

 span { border-color: rgb(56,10,26); }

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