Html Css Color HEX #250008 Rustic Red

📋 copy color: '#250008'

red 37 ◦ green 0 ◦ blue 8

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

Shades of Rustic Red #250008

Tints of Rustic Red #250008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 17.78%

R = 82.22%
G = 0%
B = 17.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250008 (or 0x250008) is known color: Rustic Red. HEX triplet: 25, 00 and 08. RGB value is (37,0,8). Sum of RGB (Red+Green+Blue) = 37+0+8=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250008 is #DAFFF7. Grayscale: #0B0B0B. Windows color (decimal): -14352376 or 524325. OLE color: 524325.

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

Color convert

RGB 37 0 8 -
CMYK 0 1 0.78 0.85
HSL 347.03º 1% 0.07% -
HSV(B) 347.03º 1% 0.15% -
XYZ 0.81 0.41 0.27 -
YUV 11.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 37 0 8 0 1 0.78 0.85 347.03 1 0.07
Hex 25 0 8 0 64 4E 55 15B 64 7
Octal 45 0 10 0 144 116 125 533 144 7
Binary 100101 0 1000 0 1100100 1001110 1010101 101011011 1100100 111

Color Harmonies of #250008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250008

Black with #250008

Text Example


Text Example

White with #250008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250008; }

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

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

background-color css

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

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

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

border-color css

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

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

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