Html Css Color HEX #25080A Rustic Red

📋 copy color: '#25080A'

red 37 ◦ green 8 ◦ blue 10

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

Shades of Rustic Red #25080A

Tints of Rustic Red #25080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.55%

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

R = 67.27%
G = 14.55%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#25080A (or 0x25080A) is known color: Rustic Red. HEX triplet: 25, 08 and 0A. RGB value is (37,8,10). Sum of RGB (Red+Green+Blue) = 37+8+10=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25080A is #DAF7F5. Grayscale: #101010. Windows color (decimal): -14350326 or 657445. OLE color: 657445.

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

Color convert

RGB 37 8 10 -
CMYK 0 0.78 0.73 0.85
HSL 355.86º 0.64% 0.09% -
HSV(B) 355.86º 0.78% 0.15% -
XYZ 0.9 0.59 0.35 -
YUV 16.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 37 8 10 0 0.78 0.73 0.85 355.86 0.64 0.09
Hex 25 8 A 0 4E 49 55 164 40 9
Octal 45 10 12 0 116 111 125 544 100 11
Binary 100101 1000 1010 0 1001110 1001001 1010101 101100100 1000000 1001

Color Harmonies of #25080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25080A

Black with #25080A

Text Example


Text Example

White with #25080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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