Html Css Color HEX #260712 Rustic Red

📋 copy color: '#260712'

red 38 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #260712

Tints of Rustic Red #260712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

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

R = 60.32%
G = 11.11%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#260712 (or 0x260712) is known color: Rustic Red. HEX triplet: 26, 07 and 12. RGB value is (38,7,18). Sum of RGB (Red+Green+Blue) = 38+7+18=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260712 is #D9F8ED. Grayscale: #111111. Windows color (decimal): -14285038 or 1181478. OLE color: 1181478.

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

Color convert

RGB 38 7 18 -
CMYK 0 0.82 0.53 0.85
HSL 338.71º 0.69% 0.09% -
HSV(B) 338.71º 0.82% 0.15% -
XYZ 0.98 0.61 0.64 -
YUV 17.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 38 7 18 0 0.82 0.53 0.85 338.71 0.69 0.09
Hex 26 7 12 0 52 35 55 153 45 9
Octal 46 7 22 0 122 65 125 523 105 11
Binary 100110 111 10010 0 1010010 110101 1010101 101010011 1000101 1001

Color Harmonies of #260712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260712

Black with #260712

Text Example


Text Example

White with #260712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260712; }

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

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

background-color css

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

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

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

border-color css

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

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

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