Html Css Color HEX #250812 Rustic Red

📋 copy color: '#250812'

red 37 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #250812

Tints of Rustic Red #250812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.7%

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

R = 58.73%
G = 12.7%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250812 (or 0x250812) is known color: Rustic Red. HEX triplet: 25, 08 and 12. RGB value is (37,8,18). Sum of RGB (Red+Green+Blue) = 37+8+18=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250812 is #DAF7ED. Grayscale: #111111. Windows color (decimal): -14350318 or 1181733. OLE color: 1181733.

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

Color convert

RGB 37 8 18 -
CMYK 0 0.78 0.51 0.85
HSL 339.31º 0.64% 0.09% -
HSV(B) 339.31º 0.78% 0.15% -
XYZ 0.96 0.61 0.64 -
YUV 17.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 37 8 18 0 0.78 0.51 0.85 339.31 0.64 0.09
Hex 25 8 12 0 4E 33 55 153 40 9
Octal 45 10 22 0 116 63 125 523 100 11
Binary 100101 1000 10010 0 1001110 110011 1010101 101010011 1000000 1001

Color Harmonies of #250812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250812

Black with #250812

Text Example


Text Example

White with #250812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250812; }

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

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

background-color css

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

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

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

border-color css

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

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

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