Html Css Color HEX #25020D Rustic Red

📋 copy color: '#25020D'

red 37 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #25020D

Tints of Rustic Red #25020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 25%

R = 71.15%
G = 3.85%
B = 25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25020D (or 0x25020D) is known color: Rustic Red. HEX triplet: 25, 02 and 0D. RGB value is (37,2,13). Sum of RGB (Red+Green+Blue) = 37+2+13=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25020D is #DAFDF2. Grayscale: #0D0D0D. Windows color (decimal): -14351859 or 852517. OLE color: 852517.

HSL color Cylindrical-coordinate representation of color #25020D: hue angle of 341.14º 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 #25020D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 13 -
CMYK 0 0.95 0.65 0.85
HSL 341.14º 0.9% 0.08% -
HSV(B) 341.14º 0.95% 0.15% -
XYZ 0.86 0.47 0.43 -
YUV 13.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 37 2 13 0 0.95 0.65 0.85 341.14 0.9 0.08
Hex 25 2 D 0 5F 41 55 155 5A 8
Octal 45 2 15 0 137 101 125 525 132 10
Binary 100101 10 1101 0 1011111 1000001 1010101 101010101 1011010 1000

Color Harmonies of #25020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25020D

Black with #25020D

Text Example


Text Example

White with #25020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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