Html Css Color HEX #250510 Rustic Red

📋 copy color: '#250510'

red 37 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #250510

Tints of Rustic Red #250510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.62%

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

R = 63.79%
G = 8.62%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250510 (or 0x250510) is known color: Rustic Red. HEX triplet: 25, 05 and 10. RGB value is (37,5,16). Sum of RGB (Red+Green+Blue) = 37+5+16=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250510 is #DAFAEF. Grayscale: #0F0F0F. Windows color (decimal): -14351088 or 1049893. OLE color: 1049893.

HSL color Cylindrical-coordinate representation of color #250510: hue angle of 339.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #250510 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 5 16 -
CMYK 0 0.86 0.57 0.85
HSL 339.38º 0.76% 0.08% -
HSV(B) 339.38º 0.86% 0.15% -
XYZ 0.91 0.54 0.55 -
YUV 15.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 37 5 16 0 0.86 0.57 0.85 339.38 0.76 0.08
Hex 25 5 10 0 56 39 55 153 4C 8
Octal 45 5 20 0 126 71 125 523 114 10
Binary 100101 101 10000 0 1010110 111001 1010101 101010011 1001100 1000

Color Harmonies of #250510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250510

Black with #250510

Text Example


Text Example

White with #250510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250510; }

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

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

background-color css

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

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

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

border-color css

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

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

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