Html Css Color HEX #250A0D Rustic Red

📋 copy color: '#250A0D'

red 37 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #250A0D

Tints of Rustic Red #250A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 21.67%

R = 61.67%
G = 16.67%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.85

RGB Variations

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

Color information

#250A0D (or 0x250A0D) is known color: Rustic Red. HEX triplet: 25, 0A and 0D. RGB value is (37,10,13). Sum of RGB (Red+Green+Blue) = 37+10+13=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A0D is #DAF5F2. Grayscale: #121212. Windows color (decimal): -14349811 or 854565. OLE color: 854565.

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

Color convert

RGB 37 10 13 -
CMYK 0 0.73 0.65 0.85
HSL 353.33º 0.57% 0.09% -
HSV(B) 353.33º 0.73% 0.15% -
XYZ 0.94 0.64 0.45 -
YUV 18.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 37 10 13 0 0.73 0.65 0.85 353.33 0.57 0.09
Hex 25 A D 0 49 41 55 161 39 9
Octal 45 12 15 0 111 101 125 541 71 11
Binary 100101 1010 1101 0 1001001 1000001 1010101 101100001 111001 1001

Color Harmonies of #250A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A0D

Black with #250A0D

Text Example


Text Example

White with #250A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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