Html Css Color HEX #25060F Rustic Red

📋 copy color: '#25060F'

red 37 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #25060F

Tints of Rustic Red #25060F

RGB

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

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

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

R = 63.79%
G = 10.34%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#25060F (or 0x25060F) is known color: Rustic Red. HEX triplet: 25, 06 and 0F. RGB value is (37,6,15). Sum of RGB (Red+Green+Blue) = 37+6+15=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #25060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25060F is #DAF9F0. Grayscale: #101010. Windows color (decimal): -14350833 or 984613. OLE color: 984613.

HSL color Cylindrical-coordinate representation of color #25060F: hue angle of 342.58º 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 #25060F is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 6 15 -
CMYK 0 0.84 0.59 0.85
HSL 342.58º 0.72% 0.08% -
HSV(B) 342.58º 0.84% 0.15% -
XYZ 0.91 0.56 0.51 -
YUV 16.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 37 6 15 0 0.84 0.59 0.85 342.58 0.72 0.08
Hex 25 6 F 0 54 3B 55 157 48 8
Octal 45 6 17 0 124 73 125 527 110 10
Binary 100101 110 1111 0 1010100 111011 1010101 101010111 1001000 1000

Color Harmonies of #25060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25060F

Black with #25060F

Text Example


Text Example

White with #25060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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