Html Css Color HEX #25090D Rustic Red

📋 copy color: '#25090D'

red 37 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #25090D

Tints of Rustic Red #25090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 22.03%

R = 62.71%
G = 15.25%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25090D (or 0x25090D) is known color: Rustic Red. HEX triplet: 25, 09 and 0D. RGB value is (37,9,13). Sum of RGB (Red+Green+Blue) = 37+9+13=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #25090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090D is #DAF6F2. Grayscale: #111111. Windows color (decimal): -14350067 or 854309. OLE color: 854309.

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

Color convert

RGB 37 9 13 -
CMYK 0 0.76 0.65 0.85
HSL 351.43º 0.61% 0.09% -
HSV(B) 351.43º 0.76% 0.15% -
XYZ 0.93 0.62 0.45 -
YUV 17.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 37 9 13 0 0.76 0.65 0.85 351.43 0.61 0.09
Hex 25 9 D 0 4C 41 55 15F 3D 9
Octal 45 11 15 0 114 101 125 537 75 11
Binary 100101 1001 1101 0 1001100 1000001 1010101 101011111 111101 1001

Color Harmonies of #25090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25090D

Black with #25090D

Text Example


Text Example

White with #25090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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