Html Css Color HEX #250307 Rustic Red

📋 copy color: '#250307'

red 37 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #250307

Tints of Rustic Red #250307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 14.89%

R = 78.72%
G = 6.38%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.85

RGB Variations

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

Color information

#250307 (or 0x250307) is known color: Rustic Red. HEX triplet: 25, 03 and 07. RGB value is (37,3,7). Sum of RGB (Red+Green+Blue) = 37+3+7=47 (6% of max value = 765). Red value is 37 (14.84% from 255 or 78.72% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 37 - color contains mainly: red. Hex color #250307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250307 is #DAFCF8. Grayscale: #0D0D0D. Windows color (decimal): -14351609 or 459557. OLE color: 459557.

HSL color Cylindrical-coordinate representation of color #250307: hue angle of 352.94º 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 #250307 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 3 7 -
CMYK 0 0.92 0.81 0.85
HSL 352.94º 0.85% 0.08% -
HSV(B) 352.94º 0.92% 0.15% -
XYZ 0.83 0.47 0.25 -
YUV 13.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 37 3 7 0 0.92 0.81 0.85 352.94 0.85 0.08
Hex 25 3 7 0 5C 51 55 161 55 8
Octal 45 3 7 0 134 121 125 541 125 10
Binary 100101 11 111 0 1011100 1010001 1010101 101100001 1010101 1000

Color Harmonies of #250307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250307

Black with #250307

Text Example


Text Example

White with #250307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250307; }

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

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

background-color css

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

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

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

border-color css

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

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

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