Html Css Color HEX #250709 Rustic Red

📋 copy color: '#250709'

red 37 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #250709

Tints of Rustic Red #250709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 16.98%

R = 69.81%
G = 13.21%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250709 (or 0x250709) is known color: Rustic Red. HEX triplet: 25, 07 and 09. RGB value is (37,7,9). Sum of RGB (Red+Green+Blue) = 37+7+9=53 (7% of max value = 765). Red value is 37 (14.84% from 255 or 69.81% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 37 - color contains mainly: red. Hex color #250709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250709 is #DAF8F6. Grayscale: #101010. Windows color (decimal): -14350583 or 591653. OLE color: 591653.

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

Color convert

RGB 37 7 9 -
CMYK 0 0.81 0.76 0.85
HSL 356º 0.68% 0.09% -
HSV(B) 356º 0.81% 0.15% -
XYZ 0.89 0.56 0.32 -
YUV 16.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 37 7 9 0 0.81 0.76 0.85 356 0.68 0.09
Hex 25 7 9 0 51 4C 55 164 44 9
Octal 45 7 11 0 121 114 125 544 104 11
Binary 100101 111 1001 0 1010001 1001100 1010101 101100100 1000100 1001

Color Harmonies of #250709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250709

Black with #250709

Text Example


Text Example

White with #250709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250709; }

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

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

background-color css

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

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

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

border-color css

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

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

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