Html Css Color HEX #250C14 Rustic Red

📋 copy color: '#250C14'

red 37 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #250C14

Tints of Rustic Red #250C14

RGB

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

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

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

R = 53.62%
G = 17.39%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#250C14 (or 0x250C14) is known color: Rustic Red. HEX triplet: 25, 0C and 14. RGB value is (37,12,20). Sum of RGB (Red+Green+Blue) = 37+12+20=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #250C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C14 is #DAF3EB. Grayscale: #141414. Windows color (decimal): -14349292 or 1313829. OLE color: 1313829.

HSL color Cylindrical-coordinate representation of color #250C14: hue angle of 340.8º 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 #250C14 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 12 20 -
CMYK 0 0.68 0.46 0.85
HSL 340.8º 0.51% 0.1% -
HSV(B) 340.8º 0.68% 0.15% -
XYZ 1.02 0.71 0.74 -
YUV 20.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 37 12 20 0 0.68 0.46 0.85 340.8 0.51 0.1
Hex 25 C 14 0 44 2E 55 155 33 A
Octal 45 14 24 0 104 56 125 525 63 12
Binary 100101 1100 10100 0 1000100 101110 1010101 101010101 110011 1010

Color Harmonies of #250C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C14

Black with #250C14

Text Example


Text Example

White with #250C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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