Html Css Color HEX #250C15 Rustic Red

📋 copy color: '#250C15'

red 37 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #250C15

Tints of Rustic Red #250C15

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.14%

 BLUE value IS 21 (8.59% from 255) = 30%

R = 52.86%
G = 17.14%
B = 30%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#250C15 (or 0x250C15) is known color: Rustic Red. HEX triplet: 25, 0C and 15. RGB value is (37,12,21). Sum of RGB (Red+Green+Blue) = 37+12+21=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #250C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C15 is #DAF3EA. Grayscale: #141414. Windows color (decimal): -14349291 or 1379365. OLE color: 1379365.

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

Color convert

RGB 37 12 21 -
CMYK 0 0.68 0.43 0.85
HSL 338.4º 0.51% 0.1% -
HSV(B) 338.4º 0.68% 0.15% -
XYZ 1.03 0.71 0.79 -
YUV 20.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 37 12 21 0 0.68 0.43 0.85 338.4 0.51 0.1
Hex 25 C 15 0 44 2B 55 152 33 A
Octal 45 14 25 0 104 53 125 522 63 12
Binary 100101 1100 10101 0 1000100 101011 1010101 101010010 110011 1010

Color Harmonies of #250C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C15

Black with #250C15

Text Example


Text Example

White with #250C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C15; }

 p { color: rgb(37,12,21); }

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

background-color css

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

 a { background-color: rgb(37,12,21); }

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

border-color css

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

 span { border-color: rgb(37,12,21); }

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