Html Css Color HEX #260A15 Rustic Red

📋 copy color: '#260A15'

red 38 ◦ green 10 ◦ blue 21

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

Shades of Rustic Red #260A15

Tints of Rustic Red #260A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 30.43%

R = 55.07%
G = 14.49%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.85

RGB Variations

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

Color information

#260A15 (or 0x260A15) is known color: Rustic Red. HEX triplet: 26, 0A and 15. RGB value is (38,10,21). Sum of RGB (Red+Green+Blue) = 38+10+21=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #260A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A15 is #D9F5EA. Grayscale: #131313. Windows color (decimal): -14284267 or 1378854. OLE color: 1378854.

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

Color convert

RGB 38 10 21 -
CMYK 0 0.74 0.45 0.85
HSL 336.43º 0.58% 0.09% -
HSV(B) 336.43º 0.74% 0.15% -
XYZ 1.04 0.68 0.79 -
YUV 19.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 38 10 21 0 0.74 0.45 0.85 336.43 0.58 0.09
Hex 26 A 15 0 4A 2D 55 150 3A 9
Octal 46 12 25 0 112 55 125 520 72 11
Binary 100110 1010 10101 0 1001010 101101 1010101 101010000 111010 1001

Color Harmonies of #260A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A15

Black with #260A15

Text Example


Text Example

White with #260A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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