Html Css Color HEX #260C0D Rustic Red

📋 copy color: '#260C0D'

red 38 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #260C0D

Tints of Rustic Red #260C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 20.63%

R = 60.32%
G = 19.05%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.85

RGB Variations

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

Color information

#260C0D (or 0x260C0D) is known color: Rustic Red. HEX triplet: 26, 0C and 0D. RGB value is (38,12,13). Sum of RGB (Red+Green+Blue) = 38+12+13=63 (8% of max value = 765). Red value is 38 (15.23% from 255 or 60.32% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 38 - color contains mainly: red. Hex color #260C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C0D is #D9F3F2. Grayscale: #131313. Windows color (decimal): -14283763 or 855078. OLE color: 855078.

HSL color Cylindrical-coordinate representation of color #260C0D: hue angle of 357.69º 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 #260C0D is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 12 13 -
CMYK 0 0.68 0.66 0.85
HSL 357.69º 0.52% 0.1% -
HSV(B) 357.69º 0.68% 0.15% -
XYZ 1 0.7 0.46 -
YUV 19.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 38 12 13 0 0.68 0.66 0.85 357.69 0.52 0.1
Hex 26 C D 0 44 42 55 166 34 A
Octal 46 14 15 0 104 102 125 546 64 12
Binary 100110 1100 1101 0 1000100 1000010 1010101 101100110 110100 1010

Color Harmonies of #260C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C0D

Black with #260C0D

Text Example


Text Example

White with #260C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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