Html Css Color HEX #25080C Rustic Red

📋 copy color: '#25080C'

red 37 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #25080C

Tints of Rustic Red #25080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 14.04%

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

R = 64.91%
G = 14.04%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.85

RGB Variations

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

Color information

#25080C (or 0x25080C) is known color: Rustic Red. HEX triplet: 25, 08 and 0C. RGB value is (37,8,12). Sum of RGB (Red+Green+Blue) = 37+8+12=57 (7% of max value = 765). Red value is 37 (14.84% from 255 or 64.91% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 37 - color contains mainly: red. Hex color #25080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #25080C is #DAF7F3. Grayscale: #111111. Windows color (decimal): -14350324 or 788517. OLE color: 788517.

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

Color convert

RGB 37 8 12 -
CMYK 0 0.78 0.68 0.85
HSL 351.72º 0.64% 0.09% -
HSV(B) 351.72º 0.78% 0.15% -
XYZ 0.92 0.59 0.41 -
YUV 17.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 37 8 12 0 0.78 0.68 0.85 351.72 0.64 0.09
Hex 25 8 C 0 4E 44 55 160 40 9
Octal 45 10 14 0 116 104 125 540 100 11
Binary 100101 1000 1100 0 1001110 1000100 1010101 101100000 1000000 1001

Color Harmonies of #25080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25080C

Black with #25080C

Text Example


Text Example

White with #25080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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