Html Css Color HEX #250712 Rustic Red

📋 copy color: '#250712'

red 37 ◦ green 7 ◦ blue 18

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

Shades of Rustic Red #250712

Tints of Rustic Red #250712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 59.68%
G = 11.29%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250712 (or 0x250712) is known color: Rustic Red. HEX triplet: 25, 07 and 12. RGB value is (37,7,18). Sum of RGB (Red+Green+Blue) = 37+7+18=62 (8% of max value = 765). Red value is 37 (14.84% from 255 or 59.68% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 37 - color contains mainly: red. Hex color #250712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250712 is #DAF8ED. Grayscale: #111111. Windows color (decimal): -14350574 or 1181477. OLE color: 1181477.

HSL color Cylindrical-coordinate representation of color #250712: hue angle of 338º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #250712 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 7 18 -
CMYK 0 0.81 0.51 0.85
HSL 338º 0.68% 0.09% -
HSV(B) 338º 0.81% 0.15% -
XYZ 0.95 0.59 0.64 -
YUV 17.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 37 7 18 0 0.81 0.51 0.85 338 0.68 0.09
Hex 25 7 12 0 51 33 55 152 44 9
Octal 45 7 22 0 121 63 125 522 104 11
Binary 100101 111 10010 0 1010001 110011 1010101 101010010 1000100 1001

Color Harmonies of #250712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250712

Black with #250712

Text Example


Text Example

White with #250712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250712; }

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

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

background-color css

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

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

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

border-color css

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

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

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