Html Css Color HEX #260A14 Rustic Red

📋 copy color: '#260A14'

red 38 ◦ green 10 ◦ blue 20

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

Shades of Rustic Red #260A14

Tints of Rustic Red #260A14

RGB

 RED value IS 38 (15.23% from 255) = 55.88%

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

 BLUE value IS 20 (8.2% from 255) = 29.41%

R = 55.88%
G = 14.71%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.85

RGB Variations

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

Color information

#260A14 (or 0x260A14) is known color: Rustic Red. HEX triplet: 26, 0A and 14. RGB value is (38,10,20). Sum of RGB (Red+Green+Blue) = 38+10+20=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #260A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A14 is #D9F5EB. Grayscale: #131313. Windows color (decimal): -14284268 or 1313318. OLE color: 1313318.

HSL color Cylindrical-coordinate representation of color #260A14: hue angle of 338.57º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #260A14 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 10 20 -
CMYK 0 0.74 0.47 0.85
HSL 338.57º 0.58% 0.09% -
HSV(B) 338.57º 0.74% 0.15% -
XYZ 1.03 0.68 0.74 -
YUV 19.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 38 10 20 0 0.74 0.47 0.85 338.57 0.58 0.09
Hex 26 A 14 0 4A 2F 55 153 3A 9
Octal 46 12 24 0 112 57 125 523 72 11
Binary 100110 1010 10100 0 1001010 101111 1010101 101010011 111010 1001

Color Harmonies of #260A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A14

Black with #260A14

Text Example


Text Example

White with #260A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260A14; }

 p { color: rgb(38,10,20); }

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

background-color css

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

 a { background-color: rgb(38,10,20); }

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

border-color css

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

 span { border-color: rgb(38,10,20); }

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