Html Css Color HEX #380A0E Rustic Red

📋 copy color: '#380A0E'

red 56 ◦ green 10 ◦ blue 14

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

Shades of Rustic Red #380A0E

Tints of Rustic Red #380A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 17.5%

R = 70%
G = 12.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#380A0E (or 0x380A0E) is known color: Rustic Red. HEX triplet: 38, 0A and 0E. RGB value is (56,10,14). Sum of RGB (Red+Green+Blue) = 56+10+14=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A0E is #C7F5F1. Grayscale: #181818. Windows color (decimal): -13104626 or 920120. OLE color: 920120.

HSL color Cylindrical-coordinate representation of color #380A0E: hue angle of 354.78º 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 #380A0E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 14 -
CMYK 0 0.82 0.75 0.78
HSL 354.78º 0.7% 0.13% -
HSV(B) 354.78º 0.82% 0.22% -
XYZ 1.82 1.09 0.53 -
YUV 24.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 56 10 14 0 0.82 0.75 0.78 354.78 0.7 0.13
Hex 38 A E 0 52 4B 4E 163 46 D
Octal 70 12 16 0 122 113 116 543 106 15
Binary 111000 1010 1110 0 1010010 1001011 1001110 101100011 1000110 1101

Color Harmonies of #380A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A0E

Black with #380A0E

Text Example


Text Example

White with #380A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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