Html Css Color HEX #250210 Rustic Red

📋 copy color: '#250210'

red 37 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #250210

Tints of Rustic Red #250210

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.64%

 BLUE value IS 16 (6.64% from 255) = 29.09%

R = 67.27%
G = 3.64%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250210 (or 0x250210) is known color: Rustic Red. HEX triplet: 25, 02 and 10. RGB value is (37,2,16). Sum of RGB (Red+Green+Blue) = 37+2+16=55 (7% of max value = 765). Red value is 37 (14.84% from 255 or 67.27% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 37 - color contains mainly: red. Hex color #250210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250210 is #DAFDEF. Grayscale: #0E0E0E. Windows color (decimal): -14351856 or 1049125. OLE color: 1049125.

HSL color Cylindrical-coordinate representation of color #250210: hue angle of 336º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250210 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 2 16 -
CMYK 0 0.95 0.57 0.85
HSL 336º 0.9% 0.08% -
HSV(B) 336º 0.95% 0.15% -
XYZ 0.88 0.47 0.54 -
YUV 14.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 37 2 16 0 0.95 0.57 0.85 336 0.9 0.08
Hex 25 2 10 0 5F 39 55 150 5A 8
Octal 45 2 20 0 137 71 125 520 132 10
Binary 100101 10 10000 0 1011111 111001 1010101 101010000 1011010 1000

Color Harmonies of #250210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250210

Black with #250210

Text Example


Text Example

White with #250210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250210; }

 p { color: rgb(37,2,16); }

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

background-color css

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

 a { background-color: rgb(37,2,16); }

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

border-color css

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

 span { border-color: rgb(37,2,16); }

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