Html Css Color HEX #260D0F Rustic Red

📋 copy color: '#260D0F'

red 38 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #260D0F

Tints of Rustic Red #260D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 19.7%

 BLUE value IS 15 (6.25% from 255) = 22.73%

R = 57.58%
G = 19.7%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#260D0F (or 0x260D0F) is known color: Rustic Red. HEX triplet: 26, 0D and 0F. RGB value is (38,13,15). Sum of RGB (Red+Green+Blue) = 38+13+15=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260D0F is #D9F2F0. Grayscale: #141414. Windows color (decimal): -14283505 or 986406. OLE color: 986406.

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

Color convert

RGB 38 13 15 -
CMYK 0 0.66 0.61 0.85
HSL 355.2º 0.49% 0.1% -
HSV(B) 355.2º 0.66% 0.15% -
XYZ 1.03 0.73 0.54 -
YUV 20.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 38 13 15 0 0.66 0.61 0.85 355.2 0.49 0.1
Hex 26 D F 0 42 3D 55 163 31 A
Octal 46 15 17 0 102 75 125 543 61 12
Binary 100110 1101 1111 0 1000010 111101 1010101 101100011 110001 1010

Color Harmonies of #260D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260D0F

Black with #260D0F

Text Example


Text Example

White with #260D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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