Html Css Color HEX #25090C Rustic Red

📋 copy color: '#25090C'

red 37 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #25090C

Tints of Rustic Red #25090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 20.69%

R = 63.79%
G = 15.52%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25090C (or 0x25090C) is known color: Rustic Red. HEX triplet: 25, 09 and 0C. RGB value is (37,9,12). Sum of RGB (Red+Green+Blue) = 37+9+12=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #25090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25090C is #DAF6F3. Grayscale: #111111. Windows color (decimal): -14350068 or 788773. OLE color: 788773.

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

Color convert

RGB 37 9 12 -
CMYK 0 0.76 0.68 0.85
HSL 353.57º 0.61% 0.09% -
HSV(B) 353.57º 0.76% 0.15% -
XYZ 0.93 0.62 0.42 -
YUV 17.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 37 9 12 0 0.76 0.68 0.85 353.57 0.61 0.09
Hex 25 9 C 0 4C 44 55 162 3D 9
Octal 45 11 14 0 114 104 125 542 75 11
Binary 100101 1001 1100 0 1001100 1000100 1010101 101100010 111101 1001

Color Harmonies of #25090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25090C

Black with #25090C

Text Example


Text Example

White with #25090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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