Html Css Color HEX #250708 Rustic Red

📋 copy color: '#250708'

red 37 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #250708

Tints of Rustic Red #250708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.46%

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

R = 71.15%
G = 13.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250708 (or 0x250708) is known color: Rustic Red. HEX triplet: 25, 07 and 08. RGB value is (37,7,8). Sum of RGB (Red+Green+Blue) = 37+7+8=52 (6% of max value = 765). Red value is 37 (14.84% from 255 or 71.15% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 37 - color contains mainly: red. Hex color #250708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250708 is #DAF8F7. Grayscale: #101010. Windows color (decimal): -14350584 or 526117. OLE color: 526117.

HSL color Cylindrical-coordinate representation of color #250708: hue angle of 358º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250708 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 8 -
CMYK 0 0.81 0.78 0.85
HSL 358º 0.68% 0.09% -
HSV(B) 358º 0.81% 0.15% -
XYZ 0.88 0.56 0.29 -
YUV 16.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 37 7 8 0 0.81 0.78 0.85 358 0.68 0.09
Hex 25 7 8 0 51 4E 55 166 44 9
Octal 45 7 10 0 121 116 125 546 104 11
Binary 100101 111 1000 0 1010001 1001110 1010101 101100110 1000100 1001

Color Harmonies of #250708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250708

Black with #250708

Text Example


Text Example

White with #250708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250708; }

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

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

background-color css

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

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

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

border-color css

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

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

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