Html Css Color HEX #250205 Rustic Red

📋 copy color: '#250205'

red 37 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #250205

Tints of Rustic Red #250205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.55%

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

R = 84.09%
G = 4.55%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#250205 (or 0x250205) is known color: Rustic Red. HEX triplet: 25, 02 and 05. RGB value is (37,2,5). Sum of RGB (Red+Green+Blue) = 37+2+5=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 5 (2.34% from 255 or 11.36% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250205 is #DAFDFA. Grayscale: #0C0C0C. Windows color (decimal): -14351867 or 328229. OLE color: 328229.

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

Color convert

RGB 37 2 5 -
CMYK 0 0.95 0.86 0.85
HSL 354.86º 0.9% 0.08% -
HSV(B) 354.86º 0.95% 0.15% -
XYZ 0.81 0.45 0.19 -
YUV 12.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 37 2 5 0 0.95 0.86 0.85 354.86 0.9 0.08
Hex 25 2 5 0 5F 56 55 163 5A 8
Octal 45 2 5 0 137 126 125 543 132 10
Binary 100101 10 101 0 1011111 1010110 1010101 101100011 1011010 1000

Color Harmonies of #250205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250205

Black with #250205

Text Example


Text Example

White with #250205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250205; }

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

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

background-color css

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

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

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

border-color css

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

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

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