Html Css Color HEX #25040F Rustic Red

📋 copy color: '#25040F'

red 37 ◦ green 4 ◦ blue 15

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

Shades of Rustic Red #25040F

Tints of Rustic Red #25040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 26.79%

R = 66.07%
G = 7.14%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25040F (or 0x25040F) is known color: Rustic Red. HEX triplet: 25, 04 and 0F. RGB value is (37,4,15). Sum of RGB (Red+Green+Blue) = 37+4+15=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25040F is #DAFBF0. Grayscale: #0F0F0F. Windows color (decimal): -14351345 or 984101. OLE color: 984101.

HSL color Cylindrical-coordinate representation of color #25040F: hue angle of 340º 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 #25040F is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 15 -
CMYK 0 0.89 0.59 0.85
HSL 340º 0.8% 0.08% -
HSV(B) 340º 0.89% 0.15% -
XYZ 0.89 0.51 0.5 -
YUV 15.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 37 4 15 0 0.89 0.59 0.85 340 0.8 0.08
Hex 25 4 F 0 59 3B 55 154 50 8
Octal 45 4 17 0 131 73 125 524 120 10
Binary 100101 100 1111 0 1011001 111011 1010101 101010100 1010000 1000

Color Harmonies of #25040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25040F

Black with #25040F

Text Example


Text Example

White with #25040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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