Html Css Color HEX #250A11 Rustic Red

📋 copy color: '#250A11'

red 37 ◦ green 10 ◦ blue 17

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

Shades of Rustic Red #250A11

Tints of Rustic Red #250A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 26.56%

R = 57.81%
G = 15.63%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#250A11 (or 0x250A11) is known color: Rustic Red. HEX triplet: 25, 0A and 11. RGB value is (37,10,17). Sum of RGB (Red+Green+Blue) = 37+10+17=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A11 is #DAF5EE. Grayscale: #121212. Windows color (decimal): -14349807 or 1116709. OLE color: 1116709.

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

Color convert

RGB 37 10 17 -
CMYK 0 0.73 0.54 0.85
HSL 344.44º 0.57% 0.09% -
HSV(B) 344.44º 0.73% 0.15% -
XYZ 0.97 0.65 0.6 -
YUV 18.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 37 10 17 0 0.73 0.54 0.85 344.44 0.57 0.09
Hex 25 A 11 0 49 36 55 158 39 9
Octal 45 12 21 0 111 66 125 530 71 11
Binary 100101 1010 10001 0 1001001 110110 1010101 101011000 111001 1001

Color Harmonies of #250A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A11

Black with #250A11

Text Example


Text Example

White with #250A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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