Html Css Color HEX #260F10 Rustic Red

📋 copy color: '#260F10'

red 38 ◦ green 15 ◦ blue 16

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

Shades of Rustic Red #260F10

Tints of Rustic Red #260F10

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.74%

 BLUE value IS 16 (6.64% from 255) = 23.19%

R = 55.07%
G = 21.74%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.85

RGB Variations

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

Color information

#260F10 (or 0x260F10) is known color: Rustic Red. HEX triplet: 26, 0F and 10. RGB value is (38,15,16). Sum of RGB (Red+Green+Blue) = 38+15+16=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #260F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260F10 is #D9F0EF. Grayscale: #161616. Windows color (decimal): -14282992 or 1052454. OLE color: 1052454.

HSL color Cylindrical-coordinate representation of color #260F10: hue angle of 357.39º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #260F10 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 15 16 -
CMYK 0 0.61 0.58 0.85
HSL 357.39º 0.43% 0.1% -
HSV(B) 357.39º 0.61% 0.15% -
XYZ 1.06 0.79 0.59 -
YUV 21.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 38 15 16 0 0.61 0.58 0.85 357.39 0.43 0.1
Hex 26 F 10 0 3D 3A 55 165 2B A
Octal 46 17 20 0 75 72 125 545 53 12
Binary 100110 1111 10000 0 111101 111010 1010101 101100101 101011 1010

Color Harmonies of #260F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F10

Black with #260F10

Text Example


Text Example

White with #260F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,15,16); }

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

background-color css

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

 a { background-color: rgb(38,15,16); }

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

border-color css

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

 span { border-color: rgb(38,15,16); }

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