Html Css Color HEX #250A14 Rustic Red

📋 copy color: '#250A14'

red 37 ◦ green 10 ◦ blue 20

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

Shades of Rustic Red #250A14

Tints of Rustic Red #250A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 29.85%

R = 55.22%
G = 14.93%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#250A14 (or 0x250A14) is known color: Rustic Red. HEX triplet: 25, 0A and 14. RGB value is (37,10,20). Sum of RGB (Red+Green+Blue) = 37+10+20=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A14 is #DAF5EB. Grayscale: #131313. Windows color (decimal): -14349804 or 1313317. OLE color: 1313317.

HSL color Cylindrical-coordinate representation of color #250A14: hue angle of 337.78º 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 #250A14 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 20 -
CMYK 0 0.73 0.46 0.85
HSL 337.78º 0.57% 0.09% -
HSV(B) 337.78º 0.73% 0.15% -
XYZ 1 0.66 0.74 -
YUV 19.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 37 10 20 0 0.73 0.46 0.85 337.78 0.57 0.09
Hex 25 A 14 0 49 2E 55 152 39 9
Octal 45 12 24 0 111 56 125 522 71 11
Binary 100101 1010 10100 0 1001001 101110 1010101 101010010 111001 1001

Color Harmonies of #250A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A14

Black with #250A14

Text Example


Text Example

White with #250A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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