Html Css Color HEX #251213 Rustic Red

📋 copy color: '#251213'

red 37 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #251213

Tints of Rustic Red #251213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 25.68%

R = 50%
G = 24.32%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#251213 (or 0x251213) is known color: Rustic Red. HEX triplet: 25, 12 and 13. RGB value is (37,18,19). Sum of RGB (Red+Green+Blue) = 37+18+19=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #251213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #251213 is #DAEDEC. Grayscale: #171717. Windows color (decimal): -14347757 or 1249829. OLE color: 1249829.

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

Color convert

RGB 37 18 19 -
CMYK 0 0.51 0.49 0.85
HSL 356.84º 0.35% 0.11% -
HSV(B) 356.84º 0.51% 0.15% -
XYZ 1.1 0.87 0.73 -
YUV 23.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 37 18 19 0 0.51 0.49 0.85 356.84 0.35 0.11
Hex 25 12 13 0 33 31 55 165 23 B
Octal 45 22 23 0 63 61 125 545 43 13
Binary 100101 10010 10011 0 110011 110001 1010101 101100101 100011 1011

Color Harmonies of #251213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251213

Black with #251213

Text Example


Text Example

White with #251213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251213; }

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

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

background-color css

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

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

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

border-color css

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

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

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