Html Css Color HEX #250006 Rustic Red

📋 copy color: '#250006'

red 37 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #250006

Tints of Rustic Red #250006

RGB

 RED value IS 37 (14.84% from 255) = 86.05%

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

 BLUE value IS 6 (2.73% from 255) = 13.95%

R = 86.05%
G = 0%
B = 13.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#250006 (or 0x250006) is known color: Rustic Red. HEX triplet: 25, 00 and 06. RGB value is (37,0,6). Sum of RGB (Red+Green+Blue) = 37+0+6=43 (5% of max value = 765). Red value is 37 (14.84% from 255 or 86.05% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 37 - color contains mainly: red. Hex color #250006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250006 is #DAFFF9. Grayscale: #0B0B0B. Windows color (decimal): -14352378 or 393253. OLE color: 393253.

HSL color Cylindrical-coordinate representation of color #250006: hue angle of 350.27º 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 #250006 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 0 6 -
CMYK 0 1 0.84 0.85
HSL 350.27º 1% 0.07% -
HSV(B) 350.27º 1% 0.15% -
XYZ 0.8 0.41 0.21 -
YUV 11.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 37 0 6 0 1 0.84 0.85 350.27 1 0.07
Hex 25 0 6 0 64 54 55 15E 64 7
Octal 45 0 6 0 144 124 125 536 144 7
Binary 100101 0 110 0 1100100 1010100 1010101 101011110 1100100 111

Color Harmonies of #250006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250006

Black with #250006

Text Example


Text Example

White with #250006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250006; }

 p { color: rgb(37,0,6); }

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

background-color css

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

 a { background-color: rgb(37,0,6); }

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

border-color css

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

 span { border-color: rgb(37,0,6); }

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