Html Css Color HEX #250107 Rustic Red

📋 copy color: '#250107'

red 37 ◦ green 1 ◦ blue 7

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

Shades of Rustic Red #250107

Tints of Rustic Red #250107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 15.56%

R = 82.22%
G = 2.22%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#250107 (or 0x250107) is known color: Rustic Red. HEX triplet: 25, 01 and 07. RGB value is (37,1,7). Sum of RGB (Red+Green+Blue) = 37+1+7=45 (5% of max value = 765). Red value is 37 (14.84% from 255 or 82.22% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 37 - color contains mainly: red. Hex color #250107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250107 is #DAFEF8. Grayscale: #0C0C0C. Windows color (decimal): -14352121 or 459045. OLE color: 459045.

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

Color convert

RGB 37 1 7 -
CMYK 0 0.97 0.81 0.85
HSL 350º 0.95% 0.07% -
HSV(B) 350º 0.97% 0.15% -
XYZ 0.81 0.43 0.24 -
YUV 12.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 37 1 7 0 0.97 0.81 0.85 350 0.95 0.07
Hex 25 1 7 0 61 51 55 15E 5F 7
Octal 45 1 7 0 141 121 125 536 137 7
Binary 100101 1 111 0 1100001 1010001 1010101 101011110 1011111 111

Color Harmonies of #250107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250107

Black with #250107

Text Example


Text Example

White with #250107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250107; }

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

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

background-color css

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

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

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

border-color css

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

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

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