Html Css Color HEX #25070C Rustic Red

📋 copy color: '#25070C'

red 37 ◦ green 7 ◦ blue 12

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

Shades of Rustic Red #25070C

Tints of Rustic Red #25070C

RGB

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

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

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

R = 66.07%
G = 12.5%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25070C (or 0x25070C) is known color: Rustic Red. HEX triplet: 25, 07 and 0C. RGB value is (37,7,12). Sum of RGB (Red+Green+Blue) = 37+7+12=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #25070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25070C is #DAF8F3. Grayscale: #101010. Windows color (decimal): -14350580 or 788261. OLE color: 788261.

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

Color convert

RGB 37 7 12 -
CMYK 0 0.81 0.68 0.85
HSL 350º 0.68% 0.09% -
HSV(B) 350º 0.81% 0.15% -
XYZ 0.91 0.57 0.41 -
YUV 16.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 37 7 12 0 0.81 0.68 0.85 350 0.68 0.09
Hex 25 7 C 0 51 44 55 15E 44 9
Octal 45 7 14 0 121 104 125 536 104 11
Binary 100101 111 1100 0 1010001 1000100 1010101 101011110 1000100 1001

Color Harmonies of #25070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25070C

Black with #25070C

Text Example


Text Example

White with #25070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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