Html Css Color HEX #250306 Rustic Red

📋 copy color: '#250306'

red 37 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #250306

Tints of Rustic Red #250306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 6.52%

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

R = 80.43%
G = 6.52%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.85

RGB Variations

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

Color information

#250306 (or 0x250306) is known color: Rustic Red. HEX triplet: 25, 03 and 06. RGB value is (37,3,6). Sum of RGB (Red+Green+Blue) = 37+3+6=46 (6% of max value = 765). Red value is 37 (14.84% from 255 or 80.43% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 37 - color contains mainly: red. Hex color #250306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250306 is #DAFCF9. Grayscale: #0D0D0D. Windows color (decimal): -14351610 or 394021. OLE color: 394021.

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

Color convert

RGB 37 3 6 -
CMYK 0 0.92 0.84 0.85
HSL 354.71º 0.85% 0.08% -
HSV(B) 354.71º 0.92% 0.15% -
XYZ 0.83 0.47 0.22 -
YUV 13.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 37 3 6 0 0.92 0.84 0.85 354.71 0.85 0.08
Hex 25 3 6 0 5C 54 55 163 55 8
Octal 45 3 6 0 134 124 125 543 125 10
Binary 100101 11 110 0 1011100 1010100 1010101 101100011 1010101 1000

Color Harmonies of #250306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250306

Black with #250306

Text Example


Text Example

White with #250306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250306; }

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

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

background-color css

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

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

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

border-color css

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

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

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