Html Css Color HEX #250103 Rustic Red

📋 copy color: '#250103'

red 37 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #250103

Tints of Rustic Red #250103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.44%

 BLUE value IS 3 (1.56% from 255) = 7.32%

R = 90.24%
G = 2.44%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.85

RGB Variations

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

Color information

#250103 (or 0x250103) is known color: Rustic Red. HEX triplet: 25, 01 and 03. RGB value is (37,1,3). Sum of RGB (Red+Green+Blue) = 37+1+3=41 (5% of max value = 765). Red value is 37 (14.84% from 255 or 90.24% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 37 - color contains mainly: red. Hex color #250103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250103 is #DAFEFC. Grayscale: #0C0C0C. Windows color (decimal): -14352125 or 196901. OLE color: 196901.

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

Color convert

RGB 37 1 3 -
CMYK 0 0.97 0.92 0.85
HSL 356.67º 0.95% 0.07% -
HSV(B) 356.67º 0.97% 0.15% -
XYZ 0.79 0.42 0.13 -
YUV 11.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 37 1 3 0 0.97 0.92 0.85 356.67 0.95 0.07
Hex 25 1 3 0 61 5C 55 165 5F 7
Octal 45 1 3 0 141 134 125 545 137 7
Binary 100101 1 11 0 1100001 1011100 1010101 101100101 1011111 111

Color Harmonies of #250103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250103

Black with #250103

Text Example


Text Example

White with #250103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250103; }

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

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

background-color css

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

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

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

border-color css

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

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

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