Html Css Color HEX #250310 Rustic Red

📋 copy color: '#250310'

red 37 ◦ green 3 ◦ blue 16

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

Shades of Rustic Red #250310

Tints of Rustic Red #250310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.36%

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

R = 66.07%
G = 5.36%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.85

RGB Variations

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

Color information

#250310 (or 0x250310) is known color: Rustic Red. HEX triplet: 25, 03 and 10. RGB value is (37,3,16). Sum of RGB (Red+Green+Blue) = 37+3+16=56 (7% of max value = 765). Red value is 37 (14.84% from 255 or 66.07% from 56); Green value is 3 (1.56% from 255 or 5.36% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 37 - color contains mainly: red. Hex color #250310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250310 is #DAFCEF. Grayscale: #0E0E0E. Windows color (decimal): -14351600 or 1049381. OLE color: 1049381.

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

Color convert

RGB 37 3 16 -
CMYK 0 0.92 0.57 0.85
HSL 337.06º 0.85% 0.08% -
HSV(B) 337.06º 0.92% 0.15% -
XYZ 0.89 0.5 0.54 -
YUV 14.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 37 3 16 0 0.92 0.57 0.85 337.06 0.85 0.08
Hex 25 3 10 0 5C 39 55 151 55 8
Octal 45 3 20 0 134 71 125 521 125 10
Binary 100101 11 10000 0 1011100 111001 1010101 101010001 1010101 1000

Color Harmonies of #250310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250310

Black with #250310

Text Example


Text Example

White with #250310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250310; }

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

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

background-color css

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

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

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

border-color css

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

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

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