Html Css Color HEX #250003 Rustic Red

📋 copy color: '#250003'

red 37 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #250003

Tints of Rustic Red #250003

RGB

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

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

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

R = 92.5%
G = 0%
B = 7.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.85

RGB Variations

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

Color information

#250003 (or 0x250003) is known color: Rustic Red. HEX triplet: 25, 00 and 03. RGB value is (37,0,3). Sum of RGB (Red+Green+Blue) = 37+0+3=40 (5% of max value = 765). Red value is 37 (14.84% from 255 or 92.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 3 (1.56% from 255 or 7.5% from 40); Max value from RGB is 37 - color contains mainly: red. Hex color #250003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250003 is #DAFFFC. Grayscale: #0B0B0B. Windows color (decimal): -14352381 or 196645. OLE color: 196645.

HSL color Cylindrical-coordinate representation of color #250003: hue angle of 355.14º 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 #250003 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 0 3 -
CMYK 0 1 0.92 0.85
HSL 355.14º 1% 0.07% -
HSV(B) 355.14º 1% 0.15% -
XYZ 0.78 0.4 0.12 -
YUV 11.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 37 0 3 0 1 0.92 0.85 355.14 1 0.07
Hex 25 0 3 0 64 5C 55 163 64 7
Octal 45 0 3 0 144 134 125 543 144 7
Binary 100101 0 11 0 1100100 1011100 1010101 101100011 1100100 111

Color Harmonies of #250003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250003

Black with #250003

Text Example


Text Example

White with #250003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250003; }

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

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

background-color css

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

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

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

border-color css

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

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

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