Html Css Color HEX #260A12 Rustic Red

📋 copy color: '#260A12'

red 38 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #260A12

Tints of Rustic Red #260A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 27.27%

R = 57.58%
G = 15.15%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#260A12 (or 0x260A12) is known color: Rustic Red. HEX triplet: 26, 0A and 12. RGB value is (38,10,18). Sum of RGB (Red+Green+Blue) = 38+10+18=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A12 is #D9F5ED. Grayscale: #131313. Windows color (decimal): -14284270 or 1182246. OLE color: 1182246.

HSL color Cylindrical-coordinate representation of color #260A12: hue angle of 342.86º 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 #260A12 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 10 18 -
CMYK 0 0.74 0.53 0.85
HSL 342.86º 0.58% 0.09% -
HSV(B) 342.86º 0.74% 0.15% -
XYZ 1.02 0.67 0.65 -
YUV 19.28 127.28 141.35 -
System Red Green Blue C M Y K H S L
Decimal 38 10 18 0 0.74 0.53 0.85 342.86 0.58 0.09
Hex 26 A 12 0 4A 35 55 157 3A 9
Octal 46 12 22 0 112 65 125 527 72 11
Binary 100110 1010 10010 0 1001010 110101 1010101 101010111 111010 1001

Color Harmonies of #260A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A12

Black with #260A12

Text Example


Text Example

White with #260A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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