Html Css Color HEX #260412 Rustic Red

📋 copy color: '#260412'

red 38 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #260412

Tints of Rustic Red #260412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.67%

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

R = 63.33%
G = 6.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#260412 (or 0x260412) is known color: Rustic Red. HEX triplet: 26, 04 and 12. RGB value is (38,4,18). Sum of RGB (Red+Green+Blue) = 38+4+18=60 (7% of max value = 765). Red value is 38 (15.23% from 255 or 63.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 38 - color contains mainly: red. Hex color #260412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260412 is #D9FBED. Grayscale: #0F0F0F. Windows color (decimal): -14285806 or 1180710. OLE color: 1180710.

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

Color convert

RGB 38 4 18 -
CMYK 0 0.89 0.53 0.85
HSL 335.29º 0.81% 0.08% -
HSV(B) 335.29º 0.89% 0.15% -
XYZ 0.95 0.54 0.63 -
YUV 15.76 129.26 143.86 -
System Red Green Blue C M Y K H S L
Decimal 38 4 18 0 0.89 0.53 0.85 335.29 0.81 0.08
Hex 26 4 12 0 59 35 55 14F 51 8
Octal 46 4 22 0 131 65 125 517 121 10
Binary 100110 100 10010 0 1011001 110101 1010101 101001111 1010001 1000

Color Harmonies of #260412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260412

Black with #260412

Text Example


Text Example

White with #260412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260412; }

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

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

background-color css

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

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

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

border-color css

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

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

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