Html Css Color HEX #25010A Rustic Red

📋 copy color: '#25010A'

red 37 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #25010A

Tints of Rustic Red #25010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.08%

 BLUE value IS 10 (4.3% from 255) = 20.83%

R = 77.08%
G = 2.08%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#25010A (or 0x25010A) is known color: Rustic Red. HEX triplet: 25, 01 and 0A. RGB value is (37,1,10). Sum of RGB (Red+Green+Blue) = 37+1+10=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #25010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25010A is #DAFEF5. Grayscale: #0C0C0C. Windows color (decimal): -14352118 or 655653. OLE color: 655653.

HSL color Cylindrical-coordinate representation of color #25010A: hue angle of 345º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #25010A is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 1 10 -
CMYK 0 0.97 0.73 0.85
HSL 345º 0.95% 0.07% -
HSV(B) 345º 0.97% 0.15% -
XYZ 0.83 0.44 0.33 -
YUV 12.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 37 1 10 0 0.97 0.73 0.85 345 0.95 0.07
Hex 25 1 A 0 61 49 55 159 5F 7
Octal 45 1 12 0 141 111 125 531 137 7
Binary 100101 1 1010 0 1100001 1001001 1010101 101011001 1011111 111

Color Harmonies of #25010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25010A

Black with #25010A

Text Example


Text Example

White with #25010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25010A; }

 p { color: rgb(37,1,10); }

 H1.HeaderClassName
 {
   color: #25010A;
 }
 .AnyTagClassName
 {
   color: #25010A;
 }
</style>

background-color css

<style>
 a { background-color: #25010A; }

 a { background-color: rgb(37,1,10); }

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

border-color css

<style>
 span { border-color: #25010A; }

 span { border-color: rgb(37,1,10); }

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