Html Css Color HEX #25030C Rustic Red

📋 copy color: '#25030C'

red 37 ◦ green 3 ◦ blue 12

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

Shades of Rustic Red #25030C

Tints of Rustic Red #25030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.77%

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

R = 71.15%
G = 5.77%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25030C (or 0x25030C) is known color: Rustic Red. HEX triplet: 25, 03 and 0C. RGB value is (37,3,12). Sum of RGB (Red+Green+Blue) = 37+3+12=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #25030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25030C is #DAFCF3. Grayscale: #0E0E0E. Windows color (decimal): -14351604 or 787237. OLE color: 787237.

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

Color convert

RGB 37 3 12 -
CMYK 0 0.92 0.68 0.85
HSL 344.12º 0.85% 0.08% -
HSV(B) 344.12º 0.92% 0.15% -
XYZ 0.86 0.48 0.4 -
YUV 14.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 37 3 12 0 0.92 0.68 0.85 344.12 0.85 0.08
Hex 25 3 C 0 5C 44 55 158 55 8
Octal 45 3 14 0 134 104 125 530 125 10
Binary 100101 11 1100 0 1011100 1000100 1010101 101011000 1010101 1000

Color Harmonies of #25030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25030C

Black with #25030C

Text Example


Text Example

White with #25030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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