Html Css Color HEX #250106 Rustic Red

📋 copy color: '#250106'

red 37 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #250106

Tints of Rustic Red #250106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.27%

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

R = 84.09%
G = 2.27%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#250106 (or 0x250106) is known color: Rustic Red. HEX triplet: 25, 01 and 06. RGB value is (37,1,6). Sum of RGB (Red+Green+Blue) = 37+1+6=44 (5% of max value = 765). Red value is 37 (14.84% from 255 or 84.09% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 37 - color contains mainly: red. Hex color #250106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250106 is #DAFEF9. Grayscale: #0C0C0C. Windows color (decimal): -14352122 or 393509. OLE color: 393509.

HSL color Cylindrical-coordinate representation of color #250106: hue angle of 351.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #250106 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 1 6 -
CMYK 0 0.97 0.84 0.85
HSL 351.67º 0.95% 0.07% -
HSV(B) 351.67º 0.97% 0.15% -
XYZ 0.81 0.43 0.21 -
YUV 12.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 37 1 6 0 0.97 0.84 0.85 351.67 0.95 0.07
Hex 25 1 6 0 61 54 55 160 5F 7
Octal 45 1 6 0 141 124 125 540 137 7
Binary 100101 1 110 0 1100001 1010100 1010101 101100000 1011111 111

Color Harmonies of #250106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250106

Black with #250106

Text Example


Text Example

White with #250106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250106; }

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

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

background-color css

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

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

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

border-color css

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

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

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