Html Css Color HEX #25000C Rustic Red

📋 copy color: '#25000C'

red 37 ◦ green 0 ◦ blue 12

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

Shades of Rustic Red #25000C

Tints of Rustic Red #25000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.51%
G = 0%
B = 24.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25000C (or 0x25000C) is known color: Rustic Red. HEX triplet: 25, 00 and 0C. RGB value is (37,0,12). Sum of RGB (Red+Green+Blue) = 37+0+12=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #25000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25000C is #DAFFF3. Grayscale: #0C0C0C. Windows color (decimal): -14352372 or 786469. OLE color: 786469.

HSL color Cylindrical-coordinate representation of color #25000C: hue angle of 340.54º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #25000C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 0 12 -
CMYK 0 1 0.68 0.85
HSL 340.54º 1% 0.07% -
HSV(B) 340.54º 1% 0.15% -
XYZ 0.83 0.42 0.39 -
YUV 12.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 37 0 12 0 1 0.68 0.85 340.54 1 0.07
Hex 25 0 C 0 64 44 55 155 64 7
Octal 45 0 14 0 144 104 125 525 144 7
Binary 100101 0 1100 0 1100100 1000100 1010101 101010101 1100100 111

Color Harmonies of #25000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25000C

Black with #25000C

Text Example


Text Example

White with #25000C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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