Html Css Color HEX #25090F Rustic Red

📋 copy color: '#25090F'

red 37 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #25090F

Tints of Rustic Red #25090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.75%

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

R = 60.66%
G = 14.75%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25090F (or 0x25090F) is known color: Rustic Red. HEX triplet: 25, 09 and 0F. RGB value is (37,9,15). Sum of RGB (Red+Green+Blue) = 37+9+15=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #25090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090F is #DAF6F0. Grayscale: #121212. Windows color (decimal): -14350065 or 985381. OLE color: 985381.

HSL color Cylindrical-coordinate representation of color #25090F: hue angle of 347.14º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25090F is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 9 15 -
CMYK 0 0.76 0.59 0.85
HSL 347.14º 0.61% 0.09% -
HSV(B) 347.14º 0.76% 0.15% -
XYZ 0.95 0.62 0.52 -
YUV 18.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 37 9 15 0 0.76 0.59 0.85 347.14 0.61 0.09
Hex 25 9 F 0 4C 3B 55 15B 3D 9
Octal 45 11 17 0 114 73 125 533 75 11
Binary 100101 1001 1111 0 1001100 111011 1010101 101011011 111101 1001

Color Harmonies of #25090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25090F

Black with #25090F

Text Example


Text Example

White with #25090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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