Html Css Color HEX #260A0C Rustic Red

📋 copy color: '#260A0C'

red 38 ◦ green 10 ◦ blue 12

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

Shades of Rustic Red #260A0C

Tints of Rustic Red #260A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 20%

R = 63.33%
G = 16.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#260A0C (or 0x260A0C) is known color: Rustic Red. HEX triplet: 26, 0A and 0C. RGB value is (38,10,12). Sum of RGB (Red+Green+Blue) = 38+10+12=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260A0C is #D9F5F3. Grayscale: #121212. Windows color (decimal): -14284276 or 789030. OLE color: 789030.

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

Color convert

RGB 38 10 12 -
CMYK 0 0.74 0.68 0.85
HSL 355.71º 0.58% 0.09% -
HSV(B) 355.71º 0.74% 0.15% -
XYZ 0.97 0.66 0.42 -
YUV 18.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 38 10 12 0 0.74 0.68 0.85 355.71 0.58 0.09
Hex 26 A C 0 4A 44 55 164 3A 9
Octal 46 12 14 0 112 104 125 544 72 11
Binary 100110 1010 1100 0 1001010 1000100 1010101 101100100 111010 1001

Color Harmonies of #260A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A0C

Black with #260A0C

Text Example


Text Example

White with #260A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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