Html Css Color HEX #250612 Rustic Red

📋 copy color: '#250612'

red 37 ◦ green 6 ◦ blue 18

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

Shades of Rustic Red #250612

Tints of Rustic Red #250612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.84%

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

R = 60.66%
G = 9.84%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#250612 (or 0x250612) is known color: Rustic Red. HEX triplet: 25, 06 and 12. RGB value is (37,6,18). Sum of RGB (Red+Green+Blue) = 37+6+18=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250612 is #DAF9ED. Grayscale: #101010. Windows color (decimal): -14350830 or 1181221. OLE color: 1181221.

HSL color Cylindrical-coordinate representation of color #250612: hue angle of 336.77º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250612 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 6 18 -
CMYK 0 0.84 0.51 0.85
HSL 336.77º 0.72% 0.08% -
HSV(B) 336.77º 0.84% 0.15% -
XYZ 0.94 0.57 0.63 -
YUV 16.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 37 6 18 0 0.84 0.51 0.85 336.77 0.72 0.08
Hex 25 6 12 0 54 33 55 151 48 8
Octal 45 6 22 0 124 63 125 521 110 10
Binary 100101 110 10010 0 1010100 110011 1010101 101010001 1001000 1000

Color Harmonies of #250612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250612

Black with #250612

Text Example


Text Example

White with #250612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250612; }

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

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

background-color css

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

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

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

border-color css

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

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

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