Html Css Color HEX #260C0F Rustic Red

📋 copy color: '#260C0F'

red 38 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #260C0F

Tints of Rustic Red #260C0F

RGB

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

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

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

R = 58.46%
G = 18.46%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.85

RGB Variations

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

Color information

#260C0F (or 0x260C0F) is known color: Rustic Red. HEX triplet: 26, 0C and 0F. RGB value is (38,12,15). Sum of RGB (Red+Green+Blue) = 38+12+15=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #260C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260C0F is #D9F3F0. Grayscale: #141414. Windows color (decimal): -14283761 or 986150. OLE color: 986150.

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

Color convert

RGB 38 12 15 -
CMYK 0 0.68 0.61 0.85
HSL 353.08º 0.52% 0.1% -
HSV(B) 353.08º 0.68% 0.15% -
XYZ 1.02 0.71 0.54 -
YUV 20.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 38 12 15 0 0.68 0.61 0.85 353.08 0.52 0.1
Hex 26 C F 0 44 3D 55 161 34 A
Octal 46 14 17 0 104 75 125 541 64 12
Binary 100110 1100 1111 0 1000100 111101 1010101 101100001 110100 1010

Color Harmonies of #260C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C0F

Black with #260C0F

Text Example


Text Example

White with #260C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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