Html Css Color HEX #250506 Rustic Red

📋 copy color: '#250506'

red 37 ◦ green 5 ◦ blue 6

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

Shades of Rustic Red #250506

Tints of Rustic Red #250506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.42%

 BLUE value IS 6 (2.73% from 255) = 12.5%

R = 77.08%
G = 10.42%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#250506 (or 0x250506) is known color: Rustic Red. HEX triplet: 25, 05 and 06. RGB value is (37,5,6). Sum of RGB (Red+Green+Blue) = 37+5+6=48 (6% of max value = 765). Red value is 37 (14.84% from 255 or 77.08% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 37 - color contains mainly: red. Hex color #250506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250506 is #DAFAF9. Grayscale: #0E0E0E. Windows color (decimal): -14351098 or 394533. OLE color: 394533.

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

Color convert

RGB 37 5 6 -
CMYK 0 0.86 0.84 0.85
HSL 358.13º 0.76% 0.08% -
HSV(B) 358.13º 0.86% 0.15% -
XYZ 0.85 0.52 0.23 -
YUV 14.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 37 5 6 0 0.86 0.84 0.85 358.13 0.76 0.08
Hex 25 5 6 0 56 54 55 166 4C 8
Octal 45 5 6 0 126 124 125 546 114 10
Binary 100101 101 110 0 1010110 1010100 1010101 101100110 1001100 1000

Color Harmonies of #250506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250506

Black with #250506

Text Example


Text Example

White with #250506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250506; }

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

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

background-color css

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

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

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

border-color css

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

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

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