Html Css Color HEX #260612 Rustic Red

📋 copy color: '#260612'

red 38 ◦ green 6 ◦ blue 18

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

Shades of Rustic Red #260612

Tints of Rustic Red #260612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

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

R = 61.29%
G = 9.68%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#260612 (or 0x260612) is known color: Rustic Red. HEX triplet: 26, 06 and 12. RGB value is (38,6,18). Sum of RGB (Red+Green+Blue) = 38+6+18=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260612 is #D9F9ED. Grayscale: #101010. Windows color (decimal): -14285294 or 1181222. OLE color: 1181222.

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

Color convert

RGB 38 6 18 -
CMYK 0 0.84 0.53 0.85
HSL 337.5º 0.73% 0.09% -
HSV(B) 337.5º 0.84% 0.15% -
XYZ 0.97 0.59 0.63 -
YUV 16.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 38 6 18 0 0.84 0.53 0.85 337.5 0.73 0.09
Hex 26 6 12 0 54 35 55 152 49 9
Octal 46 6 22 0 124 65 125 522 111 11
Binary 100110 110 10010 0 1010100 110101 1010101 101010010 1001001 1001

Color Harmonies of #260612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260612

Black with #260612

Text Example


Text Example

White with #260612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260612; }

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

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

background-color css

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

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

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

border-color css

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

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

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