Html Css Color HEX #250407 Rustic Red

📋 copy color: '#250407'

red 37 ◦ green 4 ◦ blue 7

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

Shades of Rustic Red #250407

Tints of Rustic Red #250407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.33%

 BLUE value IS 7 (3.13% from 255) = 14.58%

R = 77.08%
G = 8.33%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#250407 (or 0x250407) is known color: Rustic Red. HEX triplet: 25, 04 and 07. RGB value is (37,4,7). Sum of RGB (Red+Green+Blue) = 37+4+7=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250407 is #DAFBF8. Grayscale: #0E0E0E. Windows color (decimal): -14351353 or 459813. OLE color: 459813.

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

Color convert

RGB 37 4 7 -
CMYK 0 0.89 0.81 0.85
HSL 354.55º 0.8% 0.08% -
HSV(B) 354.55º 0.89% 0.15% -
XYZ 0.84 0.5 0.25 -
YUV 14.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 37 4 7 0 0.89 0.81 0.85 354.55 0.8 0.08
Hex 25 4 7 0 59 51 55 163 50 8
Octal 45 4 7 0 131 121 125 543 120 10
Binary 100101 100 111 0 1011001 1010001 1010101 101100011 1010000 1000

Color Harmonies of #250407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250407

Black with #250407

Text Example


Text Example

White with #250407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250407; }

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

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

background-color css

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

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

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

border-color css

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

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

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