Html Css Color HEX #25060E Rustic Red

📋 copy color: '#25060E'

red 37 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #25060E

Tints of Rustic Red #25060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.53%

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

R = 64.91%
G = 10.53%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25060E (or 0x25060E) is known color: Rustic Red. HEX triplet: 25, 06 and 0E. RGB value is (37,6,14). Sum of RGB (Red+Green+Blue) = 37+6+14=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25060E is #DAF9F1. Grayscale: #101010. Windows color (decimal): -14350834 or 919077. OLE color: 919077.

HSL color Cylindrical-coordinate representation of color #25060E: hue angle of 344.52º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25060E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 6 14 -
CMYK 0 0.84 0.62 0.85
HSL 344.52º 0.72% 0.08% -
HSV(B) 344.52º 0.84% 0.15% -
XYZ 0.91 0.56 0.47 -
YUV 16.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 37 6 14 0 0.84 0.62 0.85 344.52 0.72 0.08
Hex 25 6 E 0 54 3E 55 159 48 8
Octal 45 6 16 0 124 76 125 531 110 10
Binary 100101 110 1110 0 1010100 111110 1010101 101011001 1001000 1000

Color Harmonies of #25060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25060E

Black with #25060E

Text Example


Text Example

White with #25060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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