Html Css Color HEX #25030A Rustic Red

📋 copy color: '#25030A'

red 37 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #25030A

Tints of Rustic Red #25030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6%

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

R = 74%
G = 6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.85

RGB Variations

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

Color information

#25030A (or 0x25030A) is known color: Rustic Red. HEX triplet: 25, 03 and 0A. RGB value is (37,3,10). Sum of RGB (Red+Green+Blue) = 37+3+10=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #25030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030A is #DAFCF5. Grayscale: #0D0D0D. Windows color (decimal): -14351606 or 656165. OLE color: 656165.

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

Color convert

RGB 37 3 10 -
CMYK 0 0.92 0.73 0.85
HSL 347.65º 0.85% 0.08% -
HSV(B) 347.65º 0.92% 0.15% -
XYZ 0.85 0.48 0.34 -
YUV 13.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 37 3 10 0 0.92 0.73 0.85 347.65 0.85 0.08
Hex 25 3 A 0 5C 49 55 15C 55 8
Octal 45 3 12 0 134 111 125 534 125 10
Binary 100101 11 1010 0 1011100 1001001 1010101 101011100 1010101 1000

Color Harmonies of #25030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25030A

Black with #25030A

Text Example


Text Example

White with #25030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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