Html Css Color HEX #250508 Rustic Red

📋 copy color: '#250508'

red 37 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #250508

Tints of Rustic Red #250508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10%

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

R = 74%
G = 10%
B = 16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250508 (or 0x250508) is known color: Rustic Red. HEX triplet: 25, 05 and 08. RGB value is (37,5,8). Sum of RGB (Red+Green+Blue) = 37+5+8=50 (6% of max value = 765). Red value is 37 (14.84% from 255 or 74% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 8 (3.52% from 255 or 16% from 50); Max value from RGB is 37 - color contains mainly: red. Hex color #250508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250508 is #DAFAF7. Grayscale: #0E0E0E. Windows color (decimal): -14351096 or 525605. OLE color: 525605.

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

Color convert

RGB 37 5 8 -
CMYK 0 0.86 0.78 0.85
HSL 354.38º 0.76% 0.08% -
HSV(B) 354.38º 0.86% 0.15% -
XYZ 0.86 0.52 0.28 -
YUV 14.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 37 5 8 0 0.86 0.78 0.85 354.38 0.76 0.08
Hex 25 5 8 0 56 4E 55 162 4C 8
Octal 45 5 10 0 126 116 125 542 114 10
Binary 100101 101 1000 0 1010110 1001110 1010101 101100010 1001100 1000

Color Harmonies of #250508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250508

Black with #250508

Text Example


Text Example

White with #250508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250508; }

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

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

background-color css

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

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

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

border-color css

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

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

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