Html Css Color HEX #260C17 Rustic Red

📋 copy color: '#260C17'

red 38 ◦ green 12 ◦ blue 23

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

Shades of Rustic Red #260C17

Tints of Rustic Red #260C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.44%

 BLUE value IS 23 (9.38% from 255) = 31.51%

R = 52.05%
G = 16.44%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.85

RGB Variations

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

Color information

#260C17 (or 0x260C17) is known color: Rustic Red. HEX triplet: 26, 0C and 17. RGB value is (38,12,23). Sum of RGB (Red+Green+Blue) = 38+12+23=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #260C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C17 is #D9F3E8. Grayscale: #151515. Windows color (decimal): -14283753 or 1510438. OLE color: 1510438.

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

Color convert

RGB 38 12 23 -
CMYK 0 0.68 0.39 0.85
HSL 334.62º 0.52% 0.1% -
HSV(B) 334.62º 0.68% 0.15% -
XYZ 1.09 0.74 0.9 -
YUV 21.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 38 12 23 0 0.68 0.39 0.85 334.62 0.52 0.1
Hex 26 C 17 0 44 27 55 14F 34 A
Octal 46 14 27 0 104 47 125 517 64 12
Binary 100110 1100 10111 0 1000100 100111 1010101 101001111 110100 1010

Color Harmonies of #260C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C17

Black with #260C17

Text Example


Text Example

White with #260C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,12,23); }

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

background-color css

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

 a { background-color: rgb(38,12,23); }

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

border-color css

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

 span { border-color: rgb(38,12,23); }

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