Html Css Color HEX #25070D Rustic Red

📋 copy color: '#25070D'

red 37 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #25070D

Tints of Rustic Red #25070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.28%

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

R = 64.91%
G = 12.28%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25070D (or 0x25070D) is known color: Rustic Red. HEX triplet: 25, 07 and 0D. RGB value is (37,7,13). Sum of RGB (Red+Green+Blue) = 37+7+13=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070D is #DAF8F2. Grayscale: #101010. Windows color (decimal): -14350579 or 853797. OLE color: 853797.

HSL color Cylindrical-coordinate representation of color #25070D: hue angle of 348º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25070D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 13 -
CMYK 0 0.81 0.65 0.85
HSL 348º 0.68% 0.09% -
HSV(B) 348º 0.81% 0.15% -
XYZ 0.91 0.57 0.44 -
YUV 16.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 37 7 13 0 0.81 0.65 0.85 348 0.68 0.09
Hex 25 7 D 0 51 41 55 15C 44 9
Octal 45 7 15 0 121 101 125 534 104 11
Binary 100101 111 1101 0 1010001 1000001 1010101 101011100 1000100 1001

Color Harmonies of #25070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25070D

Black with #25070D

Text Example


Text Example

White with #25070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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