Html Css Color HEX #250C17 Rustic Red

📋 copy color: '#250C17'

red 37 ◦ green 12 ◦ blue 23

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

Shades of Rustic Red #250C17

Tints of Rustic Red #250C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 31.94%

R = 51.39%
G = 16.67%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250C17 (or 0x250C17) is known color: Rustic Red. HEX triplet: 25, 0C and 17. RGB value is (37,12,23). Sum of RGB (Red+Green+Blue) = 37+12+23=72 (9% of max value = 765). Red value is 37 (14.84% from 255 or 51.39% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 37 - color contains mainly: red. Hex color #250C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C17 is #DAF3E8. Grayscale: #141414. Windows color (decimal): -14349289 or 1510437. OLE color: 1510437.

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

Color convert

RGB 37 12 23 -
CMYK 0 0.68 0.38 0.85
HSL 333.6º 0.51% 0.1% -
HSV(B) 333.6º 0.68% 0.15% -
XYZ 1.05 0.72 0.89 -
YUV 20.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 37 12 23 0 0.68 0.38 0.85 333.6 0.51 0.1
Hex 25 C 17 0 44 26 55 14E 33 A
Octal 45 14 27 0 104 46 125 516 63 12
Binary 100101 1100 10111 0 1000100 100110 1010101 101001110 110011 1010

Color Harmonies of #250C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C17

Black with #250C17

Text Example


Text Example

White with #250C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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