Html Css Color HEX #25090E Rustic Red

📋 copy color: '#25090E'

red 37 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #25090E

Tints of Rustic Red #25090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 23.33%

R = 61.67%
G = 15%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25090E (or 0x25090E) is known color: Rustic Red. HEX triplet: 25, 09 and 0E. RGB value is (37,9,14). Sum of RGB (Red+Green+Blue) = 37+9+14=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #25090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090E is #DAF6F1. Grayscale: #111111. Windows color (decimal): -14350066 or 919845. OLE color: 919845.

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

Color convert

RGB 37 9 14 -
CMYK 0 0.76 0.62 0.85
HSL 349.29º 0.61% 0.09% -
HSV(B) 349.29º 0.76% 0.15% -
XYZ 0.94 0.62 0.49 -
YUV 17.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 37 9 14 0 0.76 0.62 0.85 349.29 0.61 0.09
Hex 25 9 E 0 4C 3E 55 15D 3D 9
Octal 45 11 16 0 114 76 125 535 75 11
Binary 100101 1001 1110 0 1001100 111110 1010101 101011101 111101 1001

Color Harmonies of #25090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25090E

Black with #25090E

Text Example


Text Example

White with #25090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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