Html Css Color HEX #250610 Rustic Red

📋 copy color: '#250610'

red 37 ◦ green 6 ◦ blue 16

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

Shades of Rustic Red #250610

Tints of Rustic Red #250610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.17%

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

R = 62.71%
G = 10.17%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250610 (or 0x250610) is known color: Rustic Red. HEX triplet: 25, 06 and 10. RGB value is (37,6,16). Sum of RGB (Red+Green+Blue) = 37+6+16=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250610 is #DAF9EF. Grayscale: #101010. Windows color (decimal): -14350832 or 1050149. OLE color: 1050149.

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

Color convert

RGB 37 6 16 -
CMYK 0 0.84 0.57 0.85
HSL 340.65º 0.72% 0.08% -
HSV(B) 340.65º 0.84% 0.15% -
XYZ 0.92 0.56 0.55 -
YUV 16.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 37 6 16 0 0.84 0.57 0.85 340.65 0.72 0.08
Hex 25 6 10 0 54 39 55 155 48 8
Octal 45 6 20 0 124 71 125 525 110 10
Binary 100101 110 10000 0 1010100 111001 1010101 101010101 1001000 1000

Color Harmonies of #250610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250610

Black with #250610

Text Example


Text Example

White with #250610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250610; }

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

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

background-color css

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

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

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

border-color css

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

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

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