Html Css Color HEX #250405 Rustic Red

📋 copy color: '#250405'

red 37 ◦ green 4 ◦ blue 5

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

Shades of Rustic Red #250405

Tints of Rustic Red #250405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.7%

 BLUE value IS 5 (2.34% from 255) = 10.87%

R = 80.43%
G = 8.7%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#250405 (or 0x250405) is known color: Rustic Red. HEX triplet: 25, 04 and 05. RGB value is (37,4,5). Sum of RGB (Red+Green+Blue) = 37+4+5=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250405 is #DAFBFA. Grayscale: #0E0E0E. Windows color (decimal): -14351355 or 328741. OLE color: 328741.

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

Color convert

RGB 37 4 5 -
CMYK 0 0.89 0.86 0.85
HSL 358.18º 0.8% 0.08% -
HSV(B) 358.18º 0.89% 0.15% -
XYZ 0.83 0.49 0.19 -
YUV 13.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 37 4 5 0 0.89 0.86 0.85 358.18 0.8 0.08
Hex 25 4 5 0 59 56 55 166 50 8
Octal 45 4 5 0 131 126 125 546 120 10
Binary 100101 100 101 0 1011001 1010110 1010101 101100110 1010000 1000

Color Harmonies of #250405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250405

Black with #250405

Text Example


Text Example

White with #250405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250405; }

 p { color: rgb(37,4,5); }

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

background-color css

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

 a { background-color: rgb(37,4,5); }

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

border-color css

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

 span { border-color: rgb(37,4,5); }

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