Html Css Color HEX #25050D Rustic Red

📋 copy color: '#25050D'

red 37 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #25050D

Tints of Rustic Red #25050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.09%

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

R = 67.27%
G = 9.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#25050D (or 0x25050D) is known color: Rustic Red. HEX triplet: 25, 05 and 0D. RGB value is (37,5,13). Sum of RGB (Red+Green+Blue) = 37+5+13=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #25050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050D is #DAFAF2. Grayscale: #0F0F0F. Windows color (decimal): -14351091 or 853285. OLE color: 853285.

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

Color convert

RGB 37 5 13 -
CMYK 0 0.86 0.65 0.85
HSL 345º 0.76% 0.08% -
HSV(B) 345º 0.86% 0.15% -
XYZ 0.89 0.53 0.44 -
YUV 15.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 37 5 13 0 0.86 0.65 0.85 345 0.76 0.08
Hex 25 5 D 0 56 41 55 159 4C 8
Octal 45 5 15 0 126 101 125 531 114 10
Binary 100101 101 1101 0 1010110 1000001 1010101 101011001 1001100 1000

Color Harmonies of #25050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25050D

Black with #25050D

Text Example


Text Example

White with #25050D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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