Html Css Color HEX #250309 Rustic Red

📋 copy color: '#250309'

red 37 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #250309

Tints of Rustic Red #250309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 18.37%

R = 75.51%
G = 6.12%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#250309 (or 0x250309) is known color: Rustic Red. HEX triplet: 25, 03 and 09. RGB value is (37,3,9). Sum of RGB (Red+Green+Blue) = 37+3+9=49 (6% of max value = 765). Red value is 37 (14.84% from 255 or 75.51% from 49); Green value is 3 (1.56% from 255 or 6.12% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 37 - color contains mainly: red. Hex color #250309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250309 is #DAFCF6. Grayscale: #0D0D0D. Windows color (decimal): -14351607 or 590629. OLE color: 590629.

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

Color convert

RGB 37 3 9 -
CMYK 0 0.92 0.76 0.85
HSL 349.41º 0.85% 0.08% -
HSV(B) 349.41º 0.92% 0.15% -
XYZ 0.84 0.48 0.31 -
YUV 13.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 37 3 9 0 0.92 0.76 0.85 349.41 0.85 0.08
Hex 25 3 9 0 5C 4C 55 15D 55 8
Octal 45 3 11 0 134 114 125 535 125 10
Binary 100101 11 1001 0 1011100 1001100 1010101 101011101 1010101 1000

Color Harmonies of #250309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250309

Black with #250309

Text Example


Text Example

White with #250309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250309; }

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

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

background-color css

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

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

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

border-color css

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

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

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