Html Css Color HEX #250206 Rustic Red

📋 copy color: '#250206'

red 37 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #250206

Tints of Rustic Red #250206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 13.33%

R = 82.22%
G = 4.44%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#250206 (or 0x250206) is known color: Rustic Red. HEX triplet: 25, 02 and 06. RGB value is (37,2,6). Sum of RGB (Red+Green+Blue) = 37+2+6=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250206 is #DAFDF9. Grayscale: #0C0C0C. Windows color (decimal): -14351866 or 393765. OLE color: 393765.

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

Color convert

RGB 37 2 6 -
CMYK 0 0.95 0.84 0.85
HSL 353.14º 0.9% 0.08% -
HSV(B) 353.14º 0.95% 0.15% -
XYZ 0.82 0.45 0.22 -
YUV 12.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 37 2 6 0 0.95 0.84 0.85 353.14 0.9 0.08
Hex 25 2 6 0 5F 54 55 161 5A 8
Octal 45 2 6 0 137 124 125 541 132 10
Binary 100101 10 110 0 1011111 1010100 1010101 101100001 1011010 1000

Color Harmonies of #250206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250206

Black with #250206

Text Example


Text Example

White with #250206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250206; }

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

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

background-color css

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

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

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

border-color css

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

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

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