Html Css Color HEX #250C12 Rustic Red

📋 copy color: '#250C12'

red 37 ◦ green 12 ◦ blue 18

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

Shades of Rustic Red #250C12

Tints of Rustic Red #250C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.87%

R = 55.22%
G = 17.91%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250C12 (or 0x250C12) is known color: Rustic Red. HEX triplet: 25, 0C and 12. RGB value is (37,12,18). Sum of RGB (Red+Green+Blue) = 37+12+18=67 (8% of max value = 765). Red value is 37 (14.84% from 255 or 55.22% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 37 - color contains mainly: red. Hex color #250C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250C12 is #DAF3ED. Grayscale: #141414. Windows color (decimal): -14349294 or 1182757. OLE color: 1182757.

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

Color convert

RGB 37 12 18 -
CMYK 0 0.68 0.51 0.85
HSL 345.6º 0.51% 0.1% -
HSV(B) 345.6º 0.68% 0.15% -
XYZ 1 0.7 0.65 -
YUV 20.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 37 12 18 0 0.68 0.51 0.85 345.6 0.51 0.1
Hex 25 C 12 0 44 33 55 15A 33 A
Octal 45 14 22 0 104 63 125 532 63 12
Binary 100101 1100 10010 0 1000100 110011 1010101 101011010 110011 1010

Color Harmonies of #250C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C12

Black with #250C12

Text Example


Text Example

White with #250C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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