Html Css Color HEX #25030E Rustic Red

📋 copy color: '#25030E'

red 37 ◦ green 3 ◦ blue 14

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

Shades of Rustic Red #25030E

Tints of Rustic Red #25030E

RGB

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

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

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

R = 68.52%
G = 5.56%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#25030E (or 0x25030E) is known color: Rustic Red. HEX triplet: 25, 03 and 0E. RGB value is (37,3,14). Sum of RGB (Red+Green+Blue) = 37+3+14=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030E is #DAFCF1. Grayscale: #0E0E0E. Windows color (decimal): -14351602 or 918309. OLE color: 918309.

HSL color Cylindrical-coordinate representation of color #25030E: hue angle of 340.59º 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 #25030E is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 3 14 -
CMYK 0 0.92 0.62 0.85
HSL 340.59º 0.85% 0.08% -
HSV(B) 340.59º 0.92% 0.15% -
XYZ 0.87 0.49 0.46 -
YUV 14.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 37 3 14 0 0.92 0.62 0.85 340.59 0.85 0.08
Hex 25 3 E 0 5C 3E 55 155 55 8
Octal 45 3 16 0 134 76 125 525 125 10
Binary 100101 11 1110 0 1011100 111110 1010101 101010101 1010101 1000

Color Harmonies of #25030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25030E

Black with #25030E

Text Example


Text Example

White with #25030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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