Html Css Color HEX #260002 Rustic Red

📋 copy color: '#260002'

red 38 ◦ green 0 ◦ blue 2

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

Shades of Rustic Red #260002

Tints of Rustic Red #260002

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 2 (1.17% from 255) = 5%

R = 95%
G = 0%
B = 5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.85

RGB Variations

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

Color information

#260002 (or 0x260002) is known color: Rustic Red. HEX triplet: 26, 00 and 02. RGB value is (38,0,2). Sum of RGB (Red+Green+Blue) = 38+0+2=40 (5% of max value = 765). Red value is 38 (15.23% from 255 or 95% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 38 - color contains mainly: red. Hex color #260002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260002 is #D9FFFD. Grayscale: #0B0B0B. Windows color (decimal): -14286846 or 131110. OLE color: 131110.

HSL color Cylindrical-coordinate representation of color #260002: hue angle of 356.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260002 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB 38 0 2 -
CMYK 0 1 0.95 0.85
HSL 356.84º 1% 0.07% -
HSV(B) 356.84º 1% 0.15% -
XYZ 0.81 0.42 0.1 -
YUV 11.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 38 0 2 0 1 0.95 0.85 356.84 1 0.07
Hex 26 0 2 0 64 5F 55 165 64 7
Octal 46 0 2 0 144 137 125 545 144 7
Binary 100110 0 10 0 1100100 1011111 1010101 101100101 1100100 111

Color Harmonies of #260002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260002

Black with #260002

Text Example


Text Example

White with #260002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260002; }

 p { color: rgb(38,0,2); }

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

background-color css

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

 a { background-color: rgb(38,0,2); }

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

border-color css

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

 span { border-color: rgb(38,0,2); }

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