Html Css Color HEX #250010 Rustic Red

📋 copy color: '#250010'

red 37 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #250010

Tints of Rustic Red #250010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 69.81%
G = 0%
B = 30.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250010 (or 0x250010) is known color: Rustic Red. HEX triplet: 25, 00 and 10. RGB value is (37,0,16). Sum of RGB (Red+Green+Blue) = 37+0+16=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250010 is #DAFFEF. Grayscale: #0C0C0C. Windows color (decimal): -14352368 or 1048613. OLE color: 1048613.

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

Color convert

RGB 37 0 16 -
CMYK 0 1 0.57 0.85
HSL 334.05º 1% 0.07% -
HSV(B) 334.05º 1% 0.15% -
XYZ 0.86 0.43 0.53 -
YUV 12.89 129.76 145.2 -
System Red Green Blue C M Y K H S L
Decimal 37 0 16 0 1 0.57 0.85 334.05 1 0.07
Hex 25 0 10 0 64 39 55 14E 64 7
Octal 45 0 20 0 144 71 125 516 144 7
Binary 100101 0 10000 0 1100100 111001 1010101 101001110 1100100 111

Color Harmonies of #250010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250010

Black with #250010

Text Example


Text Example

White with #250010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250010; }

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

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

background-color css

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

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

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

border-color css

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

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

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