Html Css Color HEX #250001 Rustic Red

📋 copy color: '#250001'

red 37 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #250001

Tints of Rustic Red #250001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 2.63%

R = 97.37%
G = 0%
B = 2.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#250001 (or 0x250001) is known color: Rustic Red. HEX triplet: 25, 00 and 01. RGB value is (37,0,1). Sum of RGB (Red+Green+Blue) = 37+0+1=38 (5% of max value = 765). Red value is 37 (14.84% from 255 or 97.37% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 37 - color contains mainly: red. Hex color #250001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250001 is #DAFFFE. Grayscale: #0B0B0B. Windows color (decimal): -14352383 or 65573. OLE color: 65573.

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

Color convert

RGB 37 0 1 -
CMYK 0 1 0.97 0.85
HSL 358.38º 1% 0.07% -
HSV(B) 358.38º 1% 0.15% -
XYZ 0.77 0.4 0.06 -
YUV 11.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 37 0 1 0 1 0.97 0.85 358.38 1 0.07
Hex 25 0 1 0 64 61 55 166 64 7
Octal 45 0 1 0 144 141 125 546 144 7
Binary 100101 0 1 0 1100100 1100001 1010101 101100110 1100100 111

Color Harmonies of #250001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250001

Black with #250001

Text Example


Text Example

White with #250001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250001; }

 p { color: rgb(37,0,1); }

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

background-color css

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

 a { background-color: rgb(37,0,1); }

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

border-color css

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

 span { border-color: rgb(37,0,1); }

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