Html Css Color HEX #260012 Rustic Red

📋 copy color: '#260012'

red 38 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #260012

Tints of Rustic Red #260012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.86%
G = 0%
B = 32.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#260012 (or 0x260012) is known color: Rustic Red. HEX triplet: 26, 00 and 12. RGB value is (38,0,18). Sum of RGB (Red+Green+Blue) = 38+0+18=56 (7% of max value = 765). Red value is 38 (15.23% from 255 or 67.86% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 38 - color contains mainly: red. Hex color #260012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260012 is #D9FFED. Grayscale: #0D0D0D. Windows color (decimal): -14286830 or 1179686. OLE color: 1179686.

HSL color Cylindrical-coordinate representation of color #260012: hue angle of 331.58º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260012 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 0 18 -
CMYK 0 1 0.53 0.85
HSL 331.58º 1% 0.07% -
HSV(B) 331.58º 1% 0.15% -
XYZ 0.91 0.46 0.61 -
YUV 13.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 38 0 18 0 1 0.53 0.85 331.58 1 0.07
Hex 26 0 12 0 64 35 55 14C 64 7
Octal 46 0 22 0 144 65 125 514 144 7
Binary 100110 0 10010 0 1100100 110101 1010101 101001100 1100100 111

Color Harmonies of #260012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260012

Black with #260012

Text Example


Text Example

White with #260012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260012; }

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

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

background-color css

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

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

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

border-color css

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

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

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