Html Css Color HEX #250914 Rustic Red

📋 copy color: '#250914'

red 37 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #250914

Tints of Rustic Red #250914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.64%

 BLUE value IS 20 (8.2% from 255) = 30.3%

R = 56.06%
G = 13.64%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#250914 (or 0x250914) is known color: Rustic Red. HEX triplet: 25, 09 and 14. RGB value is (37,9,20). Sum of RGB (Red+Green+Blue) = 37+9+20=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250914 is #DAF6EB. Grayscale: #121212. Windows color (decimal): -14350060 or 1313061. OLE color: 1313061.

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

Color convert

RGB 37 9 20 -
CMYK 0 0.76 0.46 0.85
HSL 336.43º 0.61% 0.09% -
HSV(B) 336.43º 0.76% 0.15% -
XYZ 0.99 0.64 0.73 -
YUV 18.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 37 9 20 0 0.76 0.46 0.85 336.43 0.61 0.09
Hex 25 9 14 0 4C 2E 55 150 3D 9
Octal 45 11 24 0 114 56 125 520 75 11
Binary 100101 1001 10100 0 1001100 101110 1010101 101010000 111101 1001

Color Harmonies of #250914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250914

Black with #250914

Text Example


Text Example

White with #250914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250914; }

 p { color: rgb(37,9,20); }

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

background-color css

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

 a { background-color: rgb(37,9,20); }

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

border-color css

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

 span { border-color: rgb(37,9,20); }

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