Html Css Color HEX #250912 Rustic Red

📋 copy color: '#250912'

red 37 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #250912

Tints of Rustic Red #250912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.06%

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

R = 57.81%
G = 14.06%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250912 (or 0x250912) is known color: Rustic Red. HEX triplet: 25, 09 and 12. RGB value is (37,9,18). Sum of RGB (Red+Green+Blue) = 37+9+18=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250912 is #DAF6ED. Grayscale: #121212. Windows color (decimal): -14350062 or 1181989. OLE color: 1181989.

HSL color Cylindrical-coordinate representation of color #250912: hue angle of 340.71º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250912 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 9 18 -
CMYK 0 0.76 0.51 0.85
HSL 340.71º 0.61% 0.09% -
HSV(B) 340.71º 0.76% 0.15% -
XYZ 0.97 0.63 0.64 -
YUV 18.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 37 9 18 0 0.76 0.51 0.85 340.71 0.61 0.09
Hex 25 9 12 0 4C 33 55 155 3D 9
Octal 45 11 22 0 114 63 125 525 75 11
Binary 100101 1001 10010 0 1001100 110011 1010101 101010101 111101 1001

Color Harmonies of #250912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250912

Black with #250912

Text Example


Text Example

White with #250912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250912; }

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

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

background-color css

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

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

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

border-color css

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

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

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