Html Css Color HEX #250A12 Rustic Red

📋 copy color: '#250A12'

red 37 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #250A12

Tints of Rustic Red #250A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.38%

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

R = 56.92%
G = 15.38%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250A12 (or 0x250A12) is known color: Rustic Red. HEX triplet: 25, 0A and 12. RGB value is (37,10,18). Sum of RGB (Red+Green+Blue) = 37+10+18=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A12 is #DAF5ED. Grayscale: #121212. Windows color (decimal): -14349806 or 1182245. OLE color: 1182245.

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

Color convert

RGB 37 10 18 -
CMYK 0 0.73 0.51 0.85
HSL 342.22º 0.57% 0.09% -
HSV(B) 342.22º 0.73% 0.15% -
XYZ 0.98 0.65 0.65 -
YUV 18.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 37 10 18 0 0.73 0.51 0.85 342.22 0.57 0.09
Hex 25 A 12 0 49 33 55 156 39 9
Octal 45 12 22 0 111 63 125 526 71 11
Binary 100101 1010 10010 0 1001001 110011 1010101 101010110 111001 1001

Color Harmonies of #250A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A12

Black with #250A12

Text Example


Text Example

White with #250A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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