Html Css Color HEX #260B0C Rustic Red

📋 copy color: '#260B0C'

red 38 ◦ green 11 ◦ blue 12

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

Shades of Rustic Red #260B0C

Tints of Rustic Red #260B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.03%

 BLUE value IS 12 (5.08% from 255) = 19.67%

R = 62.3%
G = 18.03%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#260B0C (or 0x260B0C) is known color: Rustic Red. HEX triplet: 26, 0B and 0C. RGB value is (38,11,12). Sum of RGB (Red+Green+Blue) = 38+11+12=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #260B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B0C is #D9F4F3. Grayscale: #131313. Windows color (decimal): -14284020 or 789286. OLE color: 789286.

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

Color convert

RGB 38 11 12 -
CMYK 0 0.71 0.68 0.85
HSL 357.78º 0.55% 0.1% -
HSV(B) 357.78º 0.71% 0.15% -
XYZ 0.99 0.68 0.43 -
YUV 19.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 38 11 12 0 0.71 0.68 0.85 357.78 0.55 0.1
Hex 26 B C 0 47 44 55 166 37 A
Octal 46 13 14 0 107 104 125 546 67 12
Binary 100110 1011 1100 0 1000111 1000100 1010101 101100110 110111 1010

Color Harmonies of #260B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B0C

Black with #260B0C

Text Example


Text Example

White with #260B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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