Html Css Color HEX #25020C Rustic Red

📋 copy color: '#25020C'

red 37 ◦ green 2 ◦ blue 12

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

Shades of Rustic Red #25020C

Tints of Rustic Red #25020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.92%

 BLUE value IS 12 (5.08% from 255) = 23.53%

R = 72.55%
G = 3.92%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25020C (or 0x25020C) is known color: Rustic Red. HEX triplet: 25, 02 and 0C. RGB value is (37,2,12). Sum of RGB (Red+Green+Blue) = 37+2+12=51 (6% of max value = 765). Red value is 37 (14.84% from 255 or 72.55% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 37 - color contains mainly: red. Hex color #25020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020C is #DAFDF3. Grayscale: #0D0D0D. Windows color (decimal): -14351860 or 786981. OLE color: 786981.

HSL color Cylindrical-coordinate representation of color #25020C: hue angle of 342.86º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #25020C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 12 -
CMYK 0 0.95 0.68 0.85
HSL 342.86º 0.9% 0.08% -
HSV(B) 342.86º 0.95% 0.15% -
XYZ 0.85 0.46 0.39 -
YUV 13.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 37 2 12 0 0.95 0.68 0.85 342.86 0.9 0.08
Hex 25 2 C 0 5F 44 55 157 5A 8
Octal 45 2 14 0 137 104 125 527 132 10
Binary 100101 10 1100 0 1011111 1000100 1010101 101010111 1011010 1000

Color Harmonies of #25020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25020C

Black with #25020C

Text Example


Text Example

White with #25020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25020C; }

 p { color: rgb(37,2,12); }

 H1.HeaderClassName
 {
   color: #25020C;
 }
 .AnyTagClassName
 {
   color: #25020C;
 }
</style>

background-color css

<style>
 a { background-color: #25020C; }

 a { background-color: rgb(37,2,12); }

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

border-color css

<style>
 span { border-color: #25020C; }

 span { border-color: rgb(37,2,12); }

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