Html Css Color HEX #250208 Rustic Red

📋 copy color: '#250208'

red 37 ◦ green 2 ◦ blue 8

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

Shades of Rustic Red #250208

Tints of Rustic Red #250208

RGB

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

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

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

R = 78.72%
G = 4.26%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.85

RGB Variations

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

Color information

#250208 (or 0x250208) is known color: Rustic Red. HEX triplet: 25, 02 and 08. RGB value is (37,2,8). Sum of RGB (Red+Green+Blue) = 37+2+8=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250208 is #DAFDF7. Grayscale: #0D0D0D. Windows color (decimal): -14351864 or 524837. OLE color: 524837.

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

Color convert

RGB 37 2 8 -
CMYK 0 0.95 0.78 0.85
HSL 349.71º 0.9% 0.08% -
HSV(B) 349.71º 0.95% 0.15% -
XYZ 0.83 0.45 0.27 -
YUV 13.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 37 2 8 0 0.95 0.78 0.85 349.71 0.9 0.08
Hex 25 2 8 0 5F 4E 55 15E 5A 8
Octal 45 2 10 0 137 116 125 536 132 10
Binary 100101 10 1000 0 1011111 1001110 1010101 101011110 1011010 1000

Color Harmonies of #250208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250208

Black with #250208

Text Example


Text Example

White with #250208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250208; }

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

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

background-color css

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

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

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

border-color css

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

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

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