Html Css Color HEX #25050C Rustic Red

📋 copy color: '#25050C'

red 37 ◦ green 5 ◦ blue 12

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

Shades of Rustic Red #25050C

Tints of Rustic Red #25050C

RGB

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

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

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

R = 68.52%
G = 9.26%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25050C (or 0x25050C) is known color: Rustic Red. HEX triplet: 25, 05 and 0C. RGB value is (37,5,12). Sum of RGB (Red+Green+Blue) = 37+5+12=54 (7% of max value = 765). Red value is 37 (14.84% from 255 or 68.52% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 37 - color contains mainly: red. Hex color #25050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25050C is #DAFAF3. Grayscale: #0F0F0F. Windows color (decimal): -14351092 or 787749. OLE color: 787749.

HSL color Cylindrical-coordinate representation of color #25050C: hue angle of 346.88º 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 #25050C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 5 12 -
CMYK 0 0.86 0.68 0.85
HSL 346.88º 0.76% 0.08% -
HSV(B) 346.88º 0.86% 0.15% -
XYZ 0.88 0.53 0.4 -
YUV 15.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 37 5 12 0 0.86 0.68 0.85 346.88 0.76 0.08
Hex 25 5 C 0 56 44 55 15B 4C 8
Octal 45 5 14 0 126 104 125 533 114 10
Binary 100101 101 1100 0 1010110 1000100 1010101 101011011 1001100 1000

Color Harmonies of #25050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25050C

Black with #25050C

Text Example


Text Example

White with #25050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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