Html Css Color HEX #251214 Rustic Red

📋 copy color: '#251214'

red 37 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #251214

Tints of Rustic Red #251214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 49.33%
G = 24%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#251214 (or 0x251214) is known color: Rustic Red. HEX triplet: 25, 12 and 14. RGB value is (37,18,20). Sum of RGB (Red+Green+Blue) = 37+18+20=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #251214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251214 is #DAEDEB. Grayscale: #171717. Windows color (decimal): -14347756 or 1315365. OLE color: 1315365.

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

Color convert

RGB 37 18 20 -
CMYK 0 0.51 0.46 0.85
HSL 353.68º 0.35% 0.11% -
HSV(B) 353.68º 0.51% 0.15% -
XYZ 1.11 0.88 0.77 -
YUV 23.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 37 18 20 0 0.51 0.46 0.85 353.68 0.35 0.11
Hex 25 12 14 0 33 2E 55 162 23 B
Octal 45 22 24 0 63 56 125 542 43 13
Binary 100101 10010 10100 0 110011 101110 1010101 101100010 100011 1011

Color Harmonies of #251214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251214

Black with #251214

Text Example


Text Example

White with #251214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251214; }

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

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

background-color css

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

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

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

border-color css

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

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

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