Html Css Color HEX #250B16 Rustic Red

📋 copy color: '#250B16'

red 37 ◦ green 11 ◦ blue 22

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

Shades of Rustic Red #250B16

Tints of Rustic Red #250B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.71%

 BLUE value IS 22 (8.98% from 255) = 31.43%

R = 52.86%
G = 15.71%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250B16 (or 0x250B16) is known color: Rustic Red. HEX triplet: 25, 0B and 16. RGB value is (37,11,22). Sum of RGB (Red+Green+Blue) = 37+11+22=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B16 is #DAF4E9. Grayscale: #141414. Windows color (decimal): -14349546 or 1444645. OLE color: 1444645.

HSL color Cylindrical-coordinate representation of color #250B16: hue angle of 334.62º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B16 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 11 22 -
CMYK 0 0.70 0.41 0.85
HSL 334.62º 0.54% 0.09% -
HSV(B) 334.62º 0.7% 0.15% -
XYZ 1.03 0.69 0.84 -
YUV 20.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 37 11 22 0 0.70 0.41 0.85 334.62 0.54 0.09
Hex 25 B 16 0 46 29 55 14F 36 9
Octal 45 13 26 0 106 51 125 517 66 11
Binary 100101 1011 10110 0 1000110 101001 1010101 101001111 110110 1001

Color Harmonies of #250B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B16

Black with #250B16

Text Example


Text Example

White with #250B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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