Html Css Color HEX #250A0E Rustic Red

📋 copy color: '#250A0E'

red 37 ◦ green 10 ◦ blue 14

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

Shades of Rustic Red #250A0E

Tints of Rustic Red #250A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.95%

R = 60.66%
G = 16.39%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#250A0E (or 0x250A0E) is known color: Rustic Red. HEX triplet: 25, 0A and 0E. RGB value is (37,10,14). Sum of RGB (Red+Green+Blue) = 37+10+14=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A0E is #DAF5F1. Grayscale: #121212. Windows color (decimal): -14349810 or 920101. OLE color: 920101.

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

Color convert

RGB 37 10 14 -
CMYK 0 0.73 0.62 0.85
HSL 351.11º 0.57% 0.09% -
HSV(B) 351.11º 0.73% 0.15% -
XYZ 0.95 0.64 0.49 -
YUV 18.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 37 10 14 0 0.73 0.62 0.85 351.11 0.57 0.09
Hex 25 A E 0 49 3E 55 15F 39 9
Octal 45 12 16 0 111 76 125 537 71 11
Binary 100101 1010 1110 0 1001001 111110 1010101 101011111 111001 1001

Color Harmonies of #250A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A0E

Black with #250A0E

Text Example


Text Example

White with #250A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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