Html Css Color HEX #250A0B Rustic Red

📋 copy color: '#250A0B'

red 37 ◦ green 10 ◦ blue 11

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

Shades of Rustic Red #250A0B

Tints of Rustic Red #250A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 18.97%

R = 63.79%
G = 17.24%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.85

RGB Variations

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

Color information

#250A0B (or 0x250A0B) is known color: Rustic Red. HEX triplet: 25, 0A and 0B. RGB value is (37,10,11). Sum of RGB (Red+Green+Blue) = 37+10+11=58 (7% of max value = 765). Red value is 37 (14.84% from 255 or 63.79% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 37 - color contains mainly: red. Hex color #250A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250A0B is #DAF5F4. Grayscale: #121212. Windows color (decimal): -14349813 or 723493. OLE color: 723493.

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

Color convert

RGB 37 10 11 -
CMYK 0 0.73 0.70 0.85
HSL 357.78º 0.57% 0.09% -
HSV(B) 357.78º 0.73% 0.15% -
XYZ 0.93 0.63 0.39 -
YUV 18.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 37 10 11 0 0.73 0.70 0.85 357.78 0.57 0.09
Hex 25 A B 0 49 46 55 166 39 9
Octal 45 12 13 0 111 106 125 546 71 11
Binary 100101 1010 1011 0 1001001 1000110 1010101 101100110 111001 1001

Color Harmonies of #250A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A0B

Black with #250A0B

Text Example


Text Example

White with #250A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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