Html Css Color HEX #250710 Rustic Red

📋 copy color: '#250710'

red 37 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #250710

Tints of Rustic Red #250710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.67%

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

R = 61.67%
G = 11.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250710 (or 0x250710) is known color: Rustic Red. HEX triplet: 25, 07 and 10. RGB value is (37,7,16). Sum of RGB (Red+Green+Blue) = 37+7+16=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250710 is #DAF8EF. Grayscale: #101010. Windows color (decimal): -14350576 or 1050405. OLE color: 1050405.

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

Color convert

RGB 37 7 16 -
CMYK 0 0.81 0.57 0.85
HSL 342º 0.68% 0.09% -
HSV(B) 342º 0.81% 0.15% -
XYZ 0.93 0.58 0.55 -
YUV 17 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 37 7 16 0 0.81 0.57 0.85 342 0.68 0.09
Hex 25 7 10 0 51 39 55 156 44 9
Octal 45 7 20 0 121 71 125 526 104 11
Binary 100101 111 10000 0 1010001 111001 1010101 101010110 1000100 1001

Color Harmonies of #250710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250710

Black with #250710

Text Example


Text Example

White with #250710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250710; }

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

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

background-color css

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

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

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

border-color css

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

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

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