Html Css Color HEX #250512 Rustic Red

📋 copy color: '#250512'

red 37 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #250512

Tints of Rustic Red #250512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 30%

R = 61.67%
G = 8.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250512 (or 0x250512) is known color: Rustic Red. HEX triplet: 25, 05 and 12. RGB value is (37,5,18). Sum of RGB (Red+Green+Blue) = 37+5+18=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250512 is #DAFAED. Grayscale: #101010. Windows color (decimal): -14351086 or 1180965. OLE color: 1180965.

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

Color convert

RGB 37 5 18 -
CMYK 0 0.86 0.51 0.85
HSL 335.63º 0.76% 0.08% -
HSV(B) 335.63º 0.86% 0.15% -
XYZ 0.93 0.55 0.63 -
YUV 16.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 37 5 18 0 0.86 0.51 0.85 335.63 0.76 0.08
Hex 25 5 12 0 56 33 55 150 4C 8
Octal 45 5 22 0 126 63 125 520 114 10
Binary 100101 101 10010 0 1010110 110011 1010101 101010000 1001100 1000

Color Harmonies of #250512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250512

Black with #250512

Text Example


Text Example

White with #250512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250512; }

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

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

background-color css

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

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

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

border-color css

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

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

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