Html Css Color HEX #260B0F Rustic Red

📋 copy color: '#260B0F'

red 38 ◦ green 11 ◦ blue 15

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

Shades of Rustic Red #260B0F

Tints of Rustic Red #260B0F

RGB

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

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

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

R = 59.38%
G = 17.19%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#260B0F (or 0x260B0F) is known color: Rustic Red. HEX triplet: 26, 0B and 0F. RGB value is (38,11,15). Sum of RGB (Red+Green+Blue) = 38+11+15=64 (8% of max value = 765). Red value is 38 (15.23% from 255 or 59.38% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 38 - color contains mainly: red. Hex color #260B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B0F is #D9F4F0. Grayscale: #131313. Windows color (decimal): -14284017 or 985894. OLE color: 985894.

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

Color convert

RGB 38 11 15 -
CMYK 0 0.71 0.61 0.85
HSL 351.11º 0.55% 0.1% -
HSV(B) 351.11º 0.71% 0.15% -
XYZ 1.01 0.69 0.53 -
YUV 19.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 38 11 15 0 0.71 0.61 0.85 351.11 0.55 0.1
Hex 26 B F 0 47 3D 55 15F 37 A
Octal 46 13 17 0 107 75 125 537 67 12
Binary 100110 1011 1111 0 1000111 111101 1010101 101011111 110111 1010

Color Harmonies of #260B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260B0F

Black with #260B0F

Text Example


Text Example

White with #260B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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